JS: address doc review

This commit is contained in:
Asger F
2018-11-21 14:19:14 +00:00
parent 8c7e19567b
commit 27c9326e70
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<overview>
<p>
Invoking a user-controlled method on certain objects can lead to invocation of unsafe functions,
Calling a user-controlled method on certain objects can lead to invocation of unsafe functions,
such as <code>eval</code> or the <code>Function</code> constructor. In particular, the global object
contains the <code>eval</code> function, and any function object contains the <code>Function</code> constructor
in its <code>constructor</code> property.