Skip to content

Commit d3a385a

Browse files
authored
Fix a typo (#400)
1 parent d529cb3 commit d3a385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ But `List Entry` is the same as `AddressBook`, so this is equivalent to
386386
Entry -> AddressBook -> AddressBook
387387
```
388388

389-
In our case, we already have the appropriate inputs: an `Entry`, and a `AddressBook`, so can apply `Cons` and get a new `AddressBook`, which is exactly what we wanted!
389+
In our case, we already have the appropriate inputs: an `Entry`, and an `AddressBook`, so can apply `Cons` and get a new `AddressBook`, which is exactly what we wanted!
390390

391391
Here is our implementation of `insertEntry`:
392392

0 commit comments

Comments
 (0)