Fixes a verb plural error (#512)
This commit is contained in:
parent
12d87f4198
commit
ebdd29865b
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ We write
|
||||||
|
|
||||||
Γ ⊢ A
|
Γ ⊢ A
|
||||||
|
|
||||||
for terms which in context `Γ` has type `A`.
|
for terms which in context `Γ` have type `A`.
|
||||||
The judgement is formalised by a datatype indexed
|
The judgement is formalised by a datatype indexed
|
||||||
by a context and a type.
|
by a context and a type.
|
||||||
It looks exactly like the old typing judgment, but
|
It looks exactly like the old typing judgment, but
|
||||||
|
|
Loading…
Reference in a new issue