Skip to content

Commit 0427f1b

Browse files
committed
Fix typo in Chapter 10
1 parent 55d6f13 commit 0427f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ close together.
6262
programs are even organized along the model of a traditional ((text)),
6363
with a well-defined order in which the reader is encouraged to go
6464
through the program and with lots of prose (comments) providing a coherent
65-
description of the code. This make reading the program a lot less
65+
description of the code. This makes reading the program a lot less
6666
intimidating—reading unknown code is usually intimidating—but has the
6767
downside of being more work to set up. It also makes the program more
6868
difficult to change because prose tends to be more tightly

0 commit comments

Comments
 (0)