Skip to content

Commit e97c996

Browse files
Fix typo in Maintainers Guide (#2015)
1 parent 8a1b7e9 commit e97c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ When making incompatible changes, we should follow the process:
201201

202202
To rename a function parameter, add the `@deprecate_parameter` decorator near
203203
the top after the `@fmt_docstring` decorator but before the `@use_alias`
204-
decorator (if those two exists). Here is an example:
204+
decorator (if those two exist). Here is an example:
205205

206206
```
207207
@fmt_docstring

0 commit comments

Comments
 (0)