chore: fix typo in doc-string (#4719)
Fix a typo "to at" in a doc-string.
This commit is contained in:
parent
0c7859a7dd
commit
9d14e4423c
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ list, so it should be brief.
|
|||
@[builtin_command_parser] def genInjectiveTheorems := leading_parser
|
||||
"gen_injective_theorems% " >> ident
|
||||
|
||||
/-- No-op parser used as syntax kind for attaching remaining whitespace to at the end of the input. -/
|
||||
/-- No-op parser used as syntax kind for attaching remaining whitespace at the end of the input. -/
|
||||
@[run_builtin_parser_attribute_hooks] def eoi : Parser := leading_parser ""
|
||||
|
||||
builtin_initialize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue