Skip to content

Commit

Permalink
Merge pull request jashkenas#916 from gautamjeyaraman/master
Browse files Browse the repository at this point in the history
Unescape example has escape instead.
  • Loading branch information
braddunbar committed Dec 24, 2012
2 parents 2fa3a63 + 13016c7 commit e072f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ <h2 id="utility">Utility Functions</h2>
with their unescaped counterparts.
</p>
<pre>
_.escape('Curly, Larry &amp;amp; Moe');
_.unescape('Curly, Larry &amp;amp; Moe');
=&gt; "Curly, Larry &amp; Moe"</pre>

<p id="result">
Expand Down

0 comments on commit e072f46

Please sign in to comment.