diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-19 13:43:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 13:43:53 +0100 |
commit | ec3f220098f4bf5a10809e6682a9a24ff93d85cb (patch) | |
tree | 4cf3689ea1435fafdbec425bd2becbe161e302e6 /doc/classes/NodePath.xml | |
parent | 655247f28d3387e544a4b23a2a1395ac3ca8d6d5 (diff) | |
parent | 8455e901f39c90d581aeb8913640219fb8754e77 (diff) |
Merge pull request #47140 from paulloz/class-reference
class reference proofreading
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r-- | doc/classes/NodePath.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index e3f5fa1ce5..817ccd5160 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -70,7 +70,7 @@ <return type="NodePath"> </return> <description> - Returns a node path with a colon character ([code]:[/code]) prepended, transforming it to a pure property path with no node name (defaults to resolving from the from the current node). + Returns a node path with a colon character ([code]:[/code]) prepended, transforming it to a pure property path with no node name (defaults to resolving from the current node). [codeblocks] [gdscript] # This will be parsed as a node path to the "x" property in the "position" node. |