change tense

This commit is contained in:
Erik Krogh Kristensen
2019-11-04 18:56:03 +01:00
parent aa47e3f6d2
commit bdb81c268c

View File

@@ -5,7 +5,7 @@
<overview>
<p>
The <code>concat</code>, <code>join</code> and <code>slice</code> methods are
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
on. It is therefore generally an error to ignore the return value from a call
to one of these methods.
</p>