chore: fix typo "Unkown" -> "Unknown" in role error message (#11682)
Fix a typo in the error message when an unknown role is used in a docstring. - Changes "Unkown role" to "Unknown role" in `src/Lean/Elab/DocString.lean`
This commit is contained in:
parent
9b49b6b68d
commit
e02f229305
1 changed files with 1 additions and 1 deletions
|
|
@ -1301,7 +1301,7 @@ public partial def elabInline (stx : TSyntax `inline) : DocM (Inline ElabInline)
|
|||
continue
|
||||
else throw e
|
||||
| e => throw e
|
||||
throwErrorAt name "Unkown role `{name}`"
|
||||
throwErrorAt name "Unknown role `{name}`"
|
||||
| other =>
|
||||
throwErrorAt other "Unsupported syntax {other}"
|
||||
where
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue