Skip to content

Commit 94b941c

Browse files
committed
Fixed typo
1 parent b8cf8cb commit 94b941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/observer.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ The observer pattern is a great way to let those mostly unrelated lumps talk to
623623
each other without them merging into one big lump. It's less useful *within* a
624624
single lump of code dedicated to one feature or aspect.
625625

626-
That's why it fit our example well: achievements and physics are almost entirely
626+
That's why it fits our example well: achievements and physics are almost entirely
627627
unrelated domains, likely implemented by different people. We want the bare
628628
minimum of communication between them so that working on either one doesn't
629629
require much knowledge of the other.

0 commit comments

Comments
 (0)