diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-01-06 18:37:08 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-01-06 19:50:57 +0800 |
commit | 3d08becd06d5869297e1a774aa0d3187cbabce10 (patch) | |
tree | 7aebdaf4ddefa8d725e2666d33e157d5018fe5a8 /doc/classes/PackedStringArray.xml | |
parent | 8e2398207cb5b1c7a50e0bff0ecf131bc94d7cae (diff) |
Unify similar method descriptions
Notably:
* `Packed*Array.size()` and `Array.size()`.
* Shared methods of `Transform2D` and `Transform3D`.
* Shared methods of `Vector2`, `Vector3`, and `Vector2i`.
This reduces the Deja Vu when translating the class reference :)
Diffstat (limited to 'doc/classes/PackedStringArray.xml')
-rw-r--r-- | doc/classes/PackedStringArray.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedStringArray.xml b/doc/classes/PackedStringArray.xml index 0bded150a3..439d59dde7 100644 --- a/doc/classes/PackedStringArray.xml +++ b/doc/classes/PackedStringArray.xml @@ -127,7 +127,7 @@ <method name="size" qualifiers="const"> <return type="int" /> <description> - Returns the size of the array. + Returns the number of elements in the array. </description> </method> <method name="slice" qualifiers="const"> |