Skip to content

Commit 606284e

Browse files
committed
Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs
1 parent 2dd26a0 commit 606284e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/classes/CollisionPolygon2D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A node that provides a polygon shape to a [CollisionObject2D] parent.
55
</brief_description>
66
<description>
7-
A node that provides a polygon shape to a [CollisionObject2D] parent and allows to edit it. The polygon can be concave or convex. This can give a detection shape to an [Area2D], turn [PhysicsBody2D] into a solid object, or give a hollow shape to a [StaticBody2D].
7+
A node that provides a polygon shape to a [CollisionObject2D] parent and allows it to be edited. The polygon can be concave or convex. This can give a detection shape to an [Area2D], turn a [PhysicsBody2D] into a solid object, or give a hollow shape to a [StaticBody2D].
88
[b]Warning:[/b] A non-uniformly scaled [CollisionPolygon2D] will likely not behave as expected. Make sure to keep its scale the same on all axes and adjust its polygon instead.
99
</description>
1010
<tutorials>

doc/classes/CollisionPolygon3D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A node that provides a thickened polygon shape (a prism) to a [CollisionObject3D] parent.
55
</brief_description>
66
<description>
7-
A node that provides a thickened polygon shape (a prism) to a [CollisionObject3D] parent and allows to edit it. The polygon can be concave or convex. This can give a detection shape to an [Area3D] or turn [PhysicsBody3D] into a solid object.
7+
A node that provides a thickened polygon shape (a prism) to a [CollisionObject3D] parent and allows it to be edited. The polygon can be concave or convex. This can give a detection shape to an [Area3D] or turn a [PhysicsBody3D] into a solid object.
88
[b]Warning:[/b] A non-uniformly scaled [CollisionShape3D] will likely not behave as expected. Make sure to keep its scale the same on all axes and adjust its shape resource instead.
99
</description>
1010
<tutorials>

doc/classes/CollisionShape2D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A node that provides a [Shape2D] to a [CollisionObject2D] parent.
55
</brief_description>
66
<description>
7-
A node that provides a [Shape2D] to a [CollisionObject2D] parent and allows to edit it. This can give a detection shape to an [Area2D] or turn a [PhysicsBody2D] into a solid object.
7+
A node that provides a [Shape2D] to a [CollisionObject2D] parent and allows it to be edited. This can give a detection shape to an [Area2D] or turn a [PhysicsBody2D] into a solid object.
88
</description>
99
<tutorials>
1010
<link title="Physics introduction">$DOCS_URL/tutorials/physics/physics_introduction.html</link>

doc/classes/CollisionShape3D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A node that provides a [Shape3D] to a [CollisionObject3D] parent.
55
</brief_description>
66
<description>
7-
A node that provides a [Shape3D] to a [CollisionObject3D] parent and allows to edit it. This can give a detection shape to an [Area3D] or turn a [PhysicsBody3D] into a solid object.
7+
A node that provides a [Shape3D] to a [CollisionObject3D] parent and allows it to be edited. This can give a detection shape to an [Area3D] or turn a [PhysicsBody3D] into a solid object.
88
[b]Warning:[/b] A non-uniformly scaled [CollisionShape3D] will likely not behave as expected. Make sure to keep its scale the same on all axes and adjust its [member shape] resource instead.
99
</description>
1010
<tutorials>

0 commit comments

Comments
 (0)