Skip to content

Commit 856825a

Browse files
authored
fix: typo in docstring of #guard_msgs (#11432)
This PR fixes a typo in the docstring of `#guard_mgs`. Closes #11431
1 parent 1650819 commit 856825a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Notation.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ Position reporting:
842842
`#guard_msgs` appears.
843843
- `positions := false` does not report position info.
844844
845-
For example, `#guard_msgs (error, drop all) in cmd` means to check warnings and drop
845+
For example, `#guard_msgs (error, drop all) in cmd` means to check errors and drop
846846
everything else.
847847
848848
The command elaborator has special support for `#guard_msgs` for linting.

0 commit comments

Comments
 (0)