From c526a1e22d088dbe6e9d944903d95cbf4e4436d7 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sun, 4 Apr 2021 23:25:40 +0300 Subject: Fix misformatted documentation from #47435, #42827, #46991 --- doc/classes/PackedByteArray.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/classes/PackedByteArray.xml') diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml index a668c09fda..21f835a53c 100644 --- a/doc/classes/PackedByteArray.xml +++ b/doc/classes/PackedByteArray.xml @@ -157,13 +157,6 @@ Inserts a new element at a given position in the array. The position must be valid, or at the end of the array ([code]idx == size()[/code]). - - - - - Reverses the order of the elements in the array. - - @@ -230,6 +223,13 @@ Sets the size of the array. If the array is grown, reserves elements at the end of the array. If the array is shrunk, truncates the array to the new size. + + + + + Reverses the order of the elements in the array. + + -- cgit v1.2.3