mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
change tense
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user