doc: apply suggestions from code review

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
This commit is contained in:
Ed Ayers 2022-09-27 13:48:29 +01:00 committed by Leonardo de Moura
parent 8e085fb637
commit 64e7f25ffe

View file

@ -37,7 +37,7 @@ structure NamingContext where
currNamespace : Name
openDecls : List OpenDecl
/-- Structure message data. We use it for reporting errors, trace messages, etc. -/
/-- Structured message data. We use it for reporting errors, trace messages, etc. -/
inductive MessageData where
| ofFormat : Format → MessageData
| ofSyntax : Syntax → MessageData