Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Jan 10, 2011
1 parent 5675d2c commit 8d1c4eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lint.html
Expand Up @@ -498,7 +498,7 @@ <h2 id=options>Options</h2>
<tr>
<td>Tolerate ES5 syntax</td>
<td><code>es5</code></td>
<td><code>true</code> if ES5 syntax should be allowed.</a></td>
<td><code>true</code> if ES5 syntax should be allowed.</a> If is likely that programs using this option will produce syntax errors on ES3 systems.</td>

This comment has been minimized.

Copy link
@jkruse

jkruse Jan 12, 2011

"If" should be "It" ?

</tr>
<tr>
<td>Tolerate <code>eval</code> </td>
Expand Down Expand Up @@ -572,10 +572,10 @@ <h2 id=options>Options</h2>
statement to declare global variables in a script file.</td>
</tr>
<tr>
<td>Disallow insecure <code>.</code> and <code>[^</code>...<code>]</code>. in /RegExp/ </td>
<td>Disallow <code>.</code> and <code>[^</code>...<code>]</code>. in /RegExp/ </td>
<td><code>regexp</code></td>
<td><code>true</code> if <code>.</code> and <code>[^</code>...<code>]</code> should not be allowed in RegExp
literals. These forms should not be used when validating in secure applications.</td>
literals. They match more material than might be expected, allowing attackers to confuse applications. These forms should not be used when validating in secure applications. </td>
</tr>
<tr>
<td>Assume Rhino </td>
Expand Down

1 comment on commit 8d1c4eb

@douglascrockford
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Please sign in to comment.