Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Oct 9, 2024
1 parent bca3ad6 commit 62cea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Tactic/Linter/Style.lean
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def getNames : Syntax → Array Syntax
if kind == ``Lean.Parser.Command.declId then rargs.push stx else rargs
| _ => default

/-- The `checkDeclID` linter: it this linter emits a warning, then a declID is considered
/-- The `checkDeclID` linter: if this linter emits a warning, then a declID is considered
non-standard style. Currently we only check if it contains a double underscore ("__") as a
substring.
Expand Down

0 comments on commit 62cea5c

Please sign in to comment.