Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata authored May 24, 2024
1 parent faea640 commit 3a02c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lean/Elab/DefView.lean
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ instance : Language.ToSnapshotTree HeaderProcessedSnapshot where
/-- State before elaboration of a mutual definition. -/
structure DefParsed where
/--
Unstructured syntax object compromising the full "header" of the definition from the modifiers
Unstructured syntax object comprising the full "header" of the definition from the modifiers
(incl. docstring) up to the value, used for determining header elaboration reuse.
-/
fullHeaderRef : Syntax
Expand All @@ -107,7 +107,7 @@ structure DefView where
kind : DefKind
ref : Syntax
/--
An unstructured syntax object that compromises the "header" of the definition, i.e. everything up
An unstructured syntax object that comprises the "header" of the definition, i.e. everything up
to the value. Used as a more specific ref for header elaboration.
-/
headerRef : Syntax
Expand Down

0 comments on commit 3a02c5b

Please sign in to comment.