diff options
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r-- | doc/classes/NodePath.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index 2879a83efb..67f12813cc 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -47,6 +47,7 @@ # This will be parsed as a node path to the 'x' component of the 'position' property in the current node var property_path = node_path.get_as_property_path() print(property_path) # :position:x + [/codeblock] </description> </method> <method name="get_concatenated_subnames"> @@ -80,7 +81,7 @@ </return> <description> Get the number of node names which make up the path. Subnames (see [method get_subname_count]) are not included. - For example, [code]"Path2D/PathFollow2D/Sprite"[code] has 3 names. + For example, [code]"Path2D/PathFollow2D/Sprite"[/code] has 3 names. </description> </method> <method name="get_subname"> |