diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index f1199038c23..e3de464f348 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 1f6353c9c87..9784a3edbc1 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 3ac0fda6c0f..80509116c51 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 1cf144d72cd..a0ee4670733 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 7c07578a30f..6fc479137b5 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 591e08532fc..9a831dcb75f 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 433ecb80521..65758b6aa72 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.