diff options
Diffstat (limited to 'doc/classes/Joint.xml')
-rw-r--r-- | doc/classes/Joint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Joint.xml b/doc/classes/Joint.xml index 8cafdbdbf3..6c93b1d1d2 100644 --- a/doc/classes/Joint.xml +++ b/doc/classes/Joint.xml @@ -14,7 +14,7 @@ </methods> <members> <member name="collision/exclude_nodes" type="bool" setter="set_exclude_nodes_from_collision" getter="get_exclude_nodes_from_collision"> - If [code]true[/code] the two bodies of the nodes are not able to collide with each other. + If [code]true[/code], the two bodies of the nodes are not able to collide with each other. </member> <member name="nodes/node_a" type="NodePath" setter="set_node_a" getter="get_node_a"> The [Node], the first side of the Joint attaches to. |