chore: fix typo (#10251)

This commit is contained in:
Leonardo de Moura 2025-09-04 09:05:00 -07:00 committed by GitHub
parent 9b6a4a7588
commit 6cefbc4bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ Ordinarily, the grind attribute does not consider the `=` symbol when generating
-/
syntax grindEqBwd := patternIgnore(atomic("←" "=") <|> atomic("<-" "="))
/--
The `` modifier instructs `grind` to select a multi-pattern from the conclusion of theorem.
The `` modifier instructs `grind` to select a multi-pattern from the conclusion of theorem.
In other words, `grind` will use the theorem for backwards reasoning.
This may fail if not all of the arguments to the theorem appear in the conclusion.
-/