From cfb54df9869d2cdf1785fa1b1f042879410da3d8 Mon Sep 17 00:00:00 2001 From: VirtualBox Date: Fri, 7 Sep 2018 18:40:06 +0200 Subject: [PATCH] Fix mistake in Array.xml --- doc/classes/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 7097fd8bf0c..3bd621799a1 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -221,7 +221,7 @@ - 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.