From 4afb9fcf1c423683fd6aa471bf243d4dc6431f77 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 (cherry picked from commit cfb54df9869d2cdf1785fa1b1f042879410da3d8) --- 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 be4bf48ca48..4f993a14cae 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -218,7 +218,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.