Remove “the”

This commit is contained in:
Mo Mirza 2019-09-28 11:55:47 +01:00 committed by GitHub
parent 1a28ce8ca8
commit 739c9b4619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,7 +377,7 @@ and
+-assoc : ∀ (m : ) → ∀ (n : ) → ∀ (p : ) → (m + n) + p ≡ m + (n + p)
are equivalent. They differ from a function type such as ``
in that variables are associated with the each argument type, and the
in that variables are associated with each argument type, and the
result type may mention (or depend upon) these variables; hence they
are called _dependent functions_.