Skip to content

Commit

Permalink
Update ch07.html
Browse files Browse the repository at this point in the history
Fixed typo in question 2, option D - line 467 ("HashSset")
  • Loading branch information
mikewittmann authored Apr 10, 2019
1 parent 5321ae8 commit f755a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch07.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h2>Self Test</h2>

<p>D.</p>

<p><code class="java hljs">HashSet&lt;String&gt; s = <span class="hljs-keyword">new</span> HashSset&lt;String&gt;();<br />
<p><code class="java hljs">HashSet&lt;String&gt; s = <span class="hljs-keyword">new</span> HashSet&lt;String&gt;();<br />
s.add(<span class="hljs-keyword">null</span>);</code></p>


Expand Down

0 comments on commit f755a6a

Please sign in to comment.