We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5495d7e commit 22da866Copy full SHA for 22da866
Mathlib/Tactic/MinImports.lean
@@ -113,7 +113,7 @@ def getAttrNames (stx : Syntax) : NameSet :=
113
| some stx => getIds stx
114
115
/-- `getAttrs env stx` returns all attribute declaration names contained in `stx` and registered
116
-in the `Environment `env`. -/
+in the `Environment` `env`. -/
117
def getAttrs (env : Environment) (stx : Syntax) : NameSet :=
118
Id.run do
119
let mut new : NameSet := {}
0 commit comments