From 3d08becd06d5869297e1a774aa0d3187cbabce10 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 6 Jan 2022 18:37:08 +0800 Subject: 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 :) --- doc/classes/PackedVector2Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/PackedVector2Array.xml') diff --git a/doc/classes/PackedVector2Array.xml b/doc/classes/PackedVector2Array.xml index 8e993c41ab..8c4f052016 100644 --- a/doc/classes/PackedVector2Array.xml +++ b/doc/classes/PackedVector2Array.xml @@ -127,7 +127,7 @@ - Returns the size of the array. + Returns the number of elements in the array. -- cgit v1.2.3