Skip to content

Commit fbf228e

Browse files
committed
Merge pull request #248 from chaficnajjar/master
Fixed typo
2 parents 7fb96a5 + e566104 commit fbf228e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

html/observer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ <h3><a href="#what's-going-on" name="what's-going-on">What&#8217;s going on?</a>
677677
<p>The observer pattern is a great way to let those mostly unrelated lumps talk to
678678
each other without them merging into one big lump. It&#8217;s less useful <em>within</em> a
679679
single lump of code dedicated to one feature or aspect.</p>
680-
<p>That&#8217;s why it fit our example well: achievements and physics are almost entirely
680+
<p>That&#8217;s why it fits our example well: achievements and physics are almost entirely
681681
unrelated domains, likely implemented by different people. We want the bare
682682
minimum of communication between them so that working on either one doesn&#8217;t
683683
require much knowledge of the other.</p>

0 commit comments

Comments
 (0)