Skip to content

Commit 822982d

Browse files
authored
Fix code formatting for an exercise in Equality (plfa#1096)
1 parent e967e02 commit 822982d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plfa/part1/Equality.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ if it improves readability!)
285285

286286
#### Exercise `trans` and `≡-Reasoning` (practice)
287287

288-
Sadly, we cannot use the definition of `trans′` using ≡-Reasoning as the
289-
definition for trans. Can you see why? (Hint: look at the definition
288+
Sadly, we cannot use the definition of `trans′` using `≡-Reasoning` as the
289+
definition for `trans`. Can you see why? (Hint: look at the definition
290290
of `_≡⟨_⟩_`)
291291

292292
```agda

0 commit comments

Comments
 (0)