We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cf8cb commit 94b941cCopy full SHA for 94b941c
book/observer.markdown
@@ -623,7 +623,7 @@ The observer pattern is a great way to let those mostly unrelated lumps talk to
623
each other without them merging into one big lump. It's less useful *within* a
624
single lump of code dedicated to one feature or aspect.
625
626
-That's why it fit our example well: achievements and physics are almost entirely
+That's why it fits our example well: achievements and physics are almost entirely
627
unrelated domains, likely implemented by different people. We want the bare
628
minimum of communication between them so that working on either one doesn't
629
require much knowledge of the other.
0 commit comments