We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa47e3f commit bdb81c2Copy full SHA for bdb81c2
javascript/ql/src/Statements/IgnoreArrayResult.qhelp
@@ -5,7 +5,7 @@
5
<overview>
6
<p>
7
The <code>concat</code>, <code>join</code> and <code>slice</code> methods are
8
-pure and do not modify any of the inputs or the array the method was called
+pure and do not modify any of the inputs or the array the method is called
9
on. It is therefore generally an error to ignore the return value from a call
10
to one of these methods.
11
</p>
0 commit comments