Skip to content

Commit e566104

Browse files
committed
Fixed typo
1 parent 94b941c commit e566104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)