Skip to content

Commit 60385cc

Browse files
authored
fix: typo (#519)
1 parent 0aa8d5c commit 60385cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Manual/Grind.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ This needs a mechanism for keeping up to date.
18251825
[assign] (values m).size := 0
18261826
```
18271827

1828-
An immediate problems we can see here is that
1828+
An immediate problem we can see here is that
18291829
`grind` does not yet know that `a ∈ m` is the same as `a ∈ m.indices`.
18301830
Let's add this fact:
18311831

0 commit comments

Comments
 (0)