Skip to content

Commit 5608910

Browse files
pevogamgrunweg
andauthored
fix: grammar on pitfalls page (#773)
Co-authored-by: Michael Rothgang <rothgang@math.uni-bonn.de>
1 parent 32901a1 commit 5608910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/extras/pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ In mathlib, `Prop` and `Bool` may be assigned different instances for typeclasse
248248

249249
## Not checking for distinctness
250250

251-
Consider the following statement of the pigeonhole principle, which states that if $f : A \to B$ is a function betwen finite sets and $|A| > |B|$, then there exists two distinct elements in $A$ which $f$ map to the same element of $B$:
251+
Consider the following statement of the pigeonhole principle, which states that if $f : A \to B$ is a function between finite sets and $|A| > |B|$, then there exist two distinct elements in $A$ which $f$ maps to the same element of $B$:
252252
```lean
253253
import Mathlib.Data.Fintype.Card
254254

0 commit comments

Comments
 (0)