Skip to content

Commit bdb81c2

Browse files
committed
change tense
1 parent aa47e3f commit bdb81c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Statements/IgnoreArrayResult.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<overview>
66
<p>
77
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
8+
pure and do not modify any of the inputs or the array the method is called
99
on. It is therefore generally an error to ignore the return value from a call
1010
to one of these methods.
1111
</p>

0 commit comments

Comments
 (0)