1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[doc] Fix grammar in class docs: amount vs. number

Number is used for things that can be counted (discrete items - think "integer" in this context).

Also fixes a couple of awkward phrases.
This commit is contained in:
Andy Maloney
2022-08-17 18:08:09 -04:00
parent dbd1524362
commit 28e66882e5
36 changed files with 57 additions and 57 deletions

View File

@@ -20,7 +20,7 @@
<description>
This helper creates a [StaticBody3D] child node with a [ConvexPolygonShape3D] collision shape calculated from the mesh geometry. It's mainly used for testing.
If [param clean] is [code]true[/code] (default), duplicate and interior vertices are removed automatically. You can set it to [code]false[/code] to make the process faster if not needed.
If [param simplify] is [code]true[/code], the geometry can be further simplified to reduce the amount of vertices. Disabled by default.
If [param simplify] is [code]true[/code], the geometry can be further simplified to reduce the number of vertices. Disabled by default.
</description>
</method>
<method name="create_debug_tangents">