summaryrefslogtreecommitdiff
path: root/doc/classes/PoolByteArray.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-09-12 10:42:32 +0200
committerGitHub <noreply@github.com>2018-09-12 10:42:32 +0200
commit03f6e36d71e13446f67e1040c5ab2b83eb7fc7b0 (patch)
tree8ab6e7137b26eaa70549e172766db3e95394f301 /doc/classes/PoolByteArray.xml
parentb0d2cc76c2cc19637deb621d1a6444367551871b (diff)
parent3e0ab0a2f2be2b62d6f05183d201b9f866c855f7 (diff)
Merge pull request #21988 from KellyThomas/array-invert-2
Standardize documentation for the pool arrays' invert methods
Diffstat (limited to 'doc/classes/PoolByteArray.xml')
-rw-r--r--doc/classes/PoolByteArray.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index 120d80ba39..765e68a623 100644
--- a/doc/classes/PoolByteArray.xml
+++ b/doc/classes/PoolByteArray.xml
@@ -81,7 +81,7 @@
</method>
<method name="invert">
<description>
- 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.
</description>
</method>
<method name="push_back">