Skip to content

Commit d316b47

Browse files
committed
Fix missing word in Chapter 8
Issue marijnh#370
1 parent 0b4e6f2 commit d316b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Some code is easier to test than other code. Generally, the more
249249
external objects that the code interacts with, the harder it is to set
250250
up the context in which to test it. The style of programming shown in
251251
the [previous chapter](robot), which uses self-contained persistent
252-
values rather than changing objects, tends be easy to test.
252+
values rather than changing objects, tends to be easy to test.
253253

254254
## Debugging
255255

0 commit comments

Comments
 (0)