diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-09-12 06:33:11 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-09-12 06:33:11 +0800 |
commit | 3e0ab0a2f2be2b62d6f05183d201b9f866c855f7 (patch) | |
tree | d82e2e5a3ab49e47c80b577f4fd19489aa70ab42 /doc/classes/PoolByteArray.xml | |
parent | 0d04fb76e1d4543d04d6e41244c06f35bfecb07c (diff) |
Standardize documentation for the pool arrays' invert methods
Diffstat (limited to 'doc/classes/PoolByteArray.xml')
-rw-r--r-- | doc/classes/PoolByteArray.xml | 2 |
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"> |