diff options
| author | HoratioZEDU | 2018-04-25 11:57:01 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-04-29 14:35:59 +0200 |
| commit | b5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1 (patch) | |
| tree | 3d1b490cf59ee714791ea080d6bf4c3a7b72290b /doc/classes | |
| parent | 20ea59332f70b2b64039b0d1bd0637659d6ddc19 (diff) | |
| download | godot-b5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1.tar.gz godot-b5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1.tar.zst godot-b5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1.zip | |
Fixed (minor) typo in CapsuleShape2D doc page
(cherry picked from commit 2dcd4997077e92550d5e635e16236f8cba87c1b8)
Diffstat (limited to 'doc/classes')
| -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 1580cdb29..669b024b2 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> |
