Skip to content

Commit b38390e

Browse files
committed
fix typo
1 parent 3c07f12 commit b38390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/ExprDefEq.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ private def cacheResult (keyInfo : DefEqCacheKeyInfo) (result : Bool) : MetaM Un
21022102
| .transient numAssignmentsOld =>
21032103
/-
21042104
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.
2105+
If the result is `true`, we only cache it if the number of assignments hasn't increased.
21062106
-/
21072107
if !result then
21082108
modifyDefEqTransientCache numAssignmentsOld fun c => c.insert key result

0 commit comments

Comments
 (0)