[DOCS] Fix a few typos.

This commit is contained in:
Andreas Haas
2017-10-14 12:45:26 +02:00
parent 9876bad05c
commit 4c716f3623
28 changed files with 44 additions and 44 deletions

View File

@@ -195,7 +195,7 @@
The ray's destination point, relative to the RayCast's [code]position[/code].
</member>
<member name="collision_layer" type="int" setter="set_collision_layer" getter="get_collision_layer">
The RayCast2D's collison layer(s). Only bodies in the same collision layer(s) will be detected.
The RayCast2D's collision layer(s). Only bodies in the same collision layer(s) will be detected.
</member>
<member name="enabled" type="bool" setter="set_enabled" getter="is_enabled">
If [code]true[/code], collisions will be reported. Default value: [code]false[/code].