doc: trivial typo in Grind/Attr.lean (#11676)
This PR fixes typo "the the custom pattern" -> "the custom pattern".
This commit is contained in:
parent
c4d67c22e6
commit
429e09cd82
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ the `grind_pattern` command, which lets you specify how `grind` should
|
|||
match and use particular theorems.
|
||||
|
||||
Example:
|
||||
- `grind [usr myThm]` means `grind` is using `myThm`, but with the
|
||||
- `grind [usr myThm]` means `grind` is using `myThm`, but with
|
||||
the custom pattern you defined with `grind_pattern`.
|
||||
-/
|
||||
syntax grindUsr := &"usr"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue