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 3c07f12 commit b38390eCopy full SHA for b38390e
src/Lean/Meta/ExprDefEq.lean
@@ -2102,7 +2102,7 @@ private def cacheResult (keyInfo : DefEqCacheKeyInfo) (result : Bool) : MetaM Un
2102
| .transient numAssignmentsOld =>
2103
/-
2104
If the result is `false`, we cache it at `numAssignmentsOld`.
2105
- If the result is `true`, we only cache it if the number of assignments hasn't increase.
+ If the result is `true`, we only cache it if the number of assignments hasn't increased.
2106
-/
2107
if !result then
2108
modifyDefEqTransientCache numAssignmentsOld fun c => c.insert key result
0 commit comments