aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoratioZEDU2018-04-25 11:57:01 +0100
committerGitHub2018-04-25 11:57:01 +0100
commit2dcd4997077e92550d5e635e16236f8cba87c1b8 (patch)
tree738e682d04c0833b840ca49aa88ce36d981b89f5
parent6faa96fb89ab33fe3a6b37eecca1c7cf2934ff75 (diff)
downloadgodot-2dcd4997077e92550d5e635e16236f8cba87c1b8.tar.gz
godot-2dcd4997077e92550d5e635e16236f8cba87c1b8.tar.zst
godot-2dcd4997077e92550d5e635e16236f8cba87c1b8.zip
Fixed (minor) typo in CapsuleShape2D doc page
-rw-r--r--doc/classes/CapsuleShape2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CapsuleShape2D.xml b/doc/classes/CapsuleShape2D.xml
index 488c1ddc4..f05b19460 100644
--- a/doc/classes/CapsuleShape2D.xml
+++ b/doc/classes/CapsuleShape2D.xml
@@ -17,7 +17,7 @@
The capsule's height.
</member>
<member name="radius" type="float" setter="set_radius" getter="get_radius">
- The capsules's radius.
+ The capsule's radius.
</member>
</members>
<constants>