diff options
author | HoratioZEDU <horatioesf@virginmedia.com> | 2018-04-25 11:57:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 11:57:01 +0100 |
commit | 2dcd4997077e92550d5e635e16236f8cba87c1b8 (patch) | |
tree | 738e682d04c0833b840ca49aa88ce36d981b89f5 /doc | |
parent | 6faa96fb89ab33fe3a6b37eecca1c7cf2934ff75 (diff) |
Fixed (minor) typo in CapsuleShape2D doc page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/CapsuleShape2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CapsuleShape2D.xml b/doc/classes/CapsuleShape2D.xml index 488c1ddc4f..f05b194601 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> |