Skip to content

Commit 5bfe045

Browse files
authored
Fix a typo in Lambda (#1100)
1 parent 901c31d commit 5bfe045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plfa/part2/Lambda.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ We can read this as follows:
732732
The notation is chosen to allow us to lay out example reductions in an
733733
appealing way, as we will see in the next section.
734734

735-
Recall that in Chapter (Equality)[Equality] we defined chains of equalities
735+
Recall that in Chapter [Equality](/Equality/) we defined chains of equalities
736736
using `step-≡` with a syntax declaration to reverse the order of the
737737
arguments, here we similarly introduce `step—→` with a pattern declaration
738738
to reverse the order of the arguments. As before, this happens to allow

0 commit comments

Comments
 (0)