Skip to content

Commit

Permalink
typo fix: If fact, -> In fact,
Browse files Browse the repository at this point in the history
  • Loading branch information
bymerej committed Sep 12, 2011
1 parent 6d449e5 commit 2e6d3db
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 @@ -836,7 +836,7 @@ <h3>JavaScript</h3>
represents an expression or statement. The expression/statement represented by the string is executed.
</p>
<p>
If fact, if you do not pass a string to <code>eval()</code>, the argument is returned unchanged.
In fact, if you do not pass a string to <code>eval()</code>, the argument is returned unchanged.
</p>
<p>
Worst of all, W3Schools irresponsibility fails to educate users on why <code>eval()</code> is a <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/eval#section_5">dangerous function to use</a>
Expand Down

0 comments on commit 2e6d3db

Please sign in to comment.