Merge pull request #415 from momirza/patch-4

Fix typo
This commit is contained in:
Wen Kokke 2019-09-28 11:56:57 +01:00 committed by GitHub
commit a79cd54db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ Chapter [Decidable]({{ site.baseurl }}/Decidable/).
## Inversion
In our defintions, we go from smaller things to larger things.
In our definitions, we go from smaller things to larger things.
For instance, from `m ≤ n` we can conclude `suc m ≤ suc n`,
where `suc m` is bigger than `m` (that is, the former contains
the latter), and `suc n` is bigger than `n`. But sometimes we