Skip to content

Commit e967e02

Browse files
authored
Add a full stop to an unterminated sentence in Connectives (#1095)
1 parent 667ec3b commit e967e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plfa/part1/Connectives.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ constructor is the identity over products:
9090
```
9191
For record types, η-equality holds *by definition*.
9292
While proving `η-×`, we do not have to
93-
pattern match on `w` to know that η-equality holds
93+
pattern match on `w` to know that η-equality holds.
9494

9595
We set the precedence of conjunction so that it binds less
9696
tightly than anything save disjunction:

0 commit comments

Comments
 (0)