diff options
author | Remi Rampin <r@remirampin.com> | 2019-07-06 16:54:01 -0400 |
---|---|---|
committer | Remi Rampin <r@remirampin.com> | 2019-07-06 16:54:01 -0400 |
commit | ddfd67401f76eedbb4de50ad11ccce7e14a96ef3 (patch) | |
tree | 7cca60d343ff0623a8dedd64b39373b0b4a51f8c /modules/csg/doc_classes | |
parent | 44db85d6f61e410c35a91db580166d9296fda77a (diff) |
DOC: Fix spelling
See also https://github.com/godotengine/godot-docs/pull/2595
Diffstat (limited to 'modules/csg/doc_classes')
-rw-r--r-- | modules/csg/doc_classes/CSGShape.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGShape.xml b/modules/csg/doc_classes/CSGShape.xml index 91f54f8246..755d8df67e 100644 --- a/modules/csg/doc_classes/CSGShape.xml +++ b/modules/csg/doc_classes/CSGShape.xml @@ -92,7 +92,7 @@ Only intersecting geometry remains, the rest is removed. </constant> <constant name="OPERATION_SUBTRACTION" value="2" enum="Operation"> - The second shape is susbtracted from the first, leaving a dent with it's shape. + The second shape is subtracted from the first, leaving a dent with its shape. </constant> </constants> </class> |