diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-04-26 02:31:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 02:31:48 +0200 |
commit | 29b8364ef09f32467070ac34051f2bc2e2d84ebf (patch) | |
tree | 928fd50e82f8339ea2285f6d3bdc5a3c0133f5df | |
parent | e8ff602381edc2bf8ba56de85b50c275c17f9a0c (diff) | |
parent | 2dcd4997077e92550d5e635e16236f8cba87c1b8 (diff) |
Merge pull request #18415 from HoratioZEDU/patch-2
Fixed (minor) typo in CapsuleShape2D doc page
-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> |