diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-10 14:23:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 14:23:26 +0200 |
commit | 0f6803ea779d46daeedcefa18d9d257fd661a86b (patch) | |
tree | 24a92c2b3f6d415cdd52f1d7640d617f33c57cc8 | |
parent | 8a8a5e6c078070569c44eb8ec3b52c234b8fb8ce (diff) | |
parent | cfb54df9869d2cdf1785fa1b1f042879410da3d8 (diff) |
Merge pull request #21841 from char0xff/fix-array
Fix mistake in Array.xml
-rw-r--r-- | doc/classes/Array.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 7097fd8bf0..3bd621799a 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -221,7 +221,7 @@ </method> <method name="invert"> <description> - Reverse the order of the elements in the array (so first element will now be the last) and return reference to the array. + Reverse the order of the elements in the array. </description> </method> <method name="max"> |