Fix small typo ("Russel" vs "Russell")

This commit is contained in:
Murilo Giacometti Rocha 2018-09-30 13:26:56 +01:00 committed by GitHub
parent c2dc388821
commit 306d881b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -528,7 +528,7 @@ and instead we write `_≐_ {A} x y` to provide access to the implicit
parameter `A` which appears on the right-hand side.
This is our first use of _levels_. We cannot assign `Set` the type
`Set`, since this would lead to contradictions such as Russel's
`Set`, since this would lead to contradictions such as Russell's
Paradox and Girard's Paradox. Instead, there is a hierarchy of types,
where `Set : Set₁`, `Set₁ : Set₂`, and so on. In fact, `Set` itself
is just an abbreviation for `Set₀`. Since the equation defining `_≐_`