Skip to content

Commit

Permalink
Correcting typo and Changing docs of _.unescape
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Kumar committed Jul 9, 2021
1 parent c98ec96 commit 05b428a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ <h2 id="utility">Utility Functions</h2>
<b class="header">escape</b><code>_.escape(string)</code>
<br />
Escapes a string for insertion into HTML, replacing
<tt>&amp;</tt>, <tt>&lt;</tt>, <tt>&gt;</tt>, <tt>&quot;</tt>, <tt>&#x60:</tt>, and <tt>&#x27;</tt> characters.
<tt>&amp;</tt>, <tt>&lt;</tt>, <tt>&gt;</tt>, <tt>&quot;</tt>, <tt>&#x60;</tt>, and <tt>&#x27;</tt> characters.
</p>
<pre>
_.escape('Curly, Larry &amp; Moe');
Expand All @@ -2381,7 +2381,7 @@ <h2 id="utility">Utility Functions</h2>
<br />
The opposite of <a href="#escape"><b>escape</b></a>, replaces
<tt>&amp;amp;</tt>, <tt>&amp;lt;</tt>, <tt>&amp;gt;</tt>,
<tt>&amp;quot;</tt>, <tt>&amp;#96;</tt> and <tt>&amp;#x27;</tt>
<tt>&amp;quot;</tt>, <tt>&amp;#x60;</tt> and <tt>&amp;#x27;</tt>
with their unescaped counterparts.
</p>
<pre>
Expand Down

0 comments on commit 05b428a

Please sign in to comment.