diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml index 120d80ba392..765e68a6238 100644 --- a/doc/classes/PoolByteArray.xml +++ b/doc/classes/PoolByteArray.xml @@ -81,7 +81,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolColorArray.xml b/doc/classes/PoolColorArray.xml index 0c93a565f5f..021d5f5089f 100644 --- a/doc/classes/PoolColorArray.xml +++ b/doc/classes/PoolColorArray.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml index 43cb5d77de1..347dcb09f25 100644 --- a/doc/classes/PoolIntArray.xml +++ b/doc/classes/PoolIntArray.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolRealArray.xml b/doc/classes/PoolRealArray.xml index 0808b441041..c0c6ef87009 100644 --- a/doc/classes/PoolRealArray.xml +++ b/doc/classes/PoolRealArray.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolStringArray.xml b/doc/classes/PoolStringArray.xml index 9f6c4306cb9..8b3ac4c16ae 100644 --- a/doc/classes/PoolStringArray.xml +++ b/doc/classes/PoolStringArray.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index 072281158c3..ecf8f5a6ba5 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array. diff --git a/doc/classes/PoolVector3Array.xml b/doc/classes/PoolVector3Array.xml index 7aa5dfc0909..456b54d2090 100644 --- a/doc/classes/PoolVector3Array.xml +++ b/doc/classes/PoolVector3Array.xml @@ -47,7 +47,7 @@ - Reverse the order of the elements in the array (so first element will now be the last). + Reverse the order of the elements in the array.