summaryrefslogtreecommitdiffstats
path: root/doc/classes/NodePath.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-04-17 13:42:56 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2019-04-17 17:13:00 +0200
commitb0846f60c96c809105d039ef314e10a8b23a699f (patch)
tree9c2b761ffb9412b534211932aa0a630d91e1d51c /doc/classes/NodePath.xml
parentcea49f00c380c404a45d9b002843969f164d382e (diff)
downloadredot-engine-b0846f60c96c809105d039ef314e10a8b23a699f.tar.gz
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r--doc/classes/NodePath.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml
index 8bec19bbd3..611e52c8cc 100644
--- a/doc/classes/NodePath.xml
+++ b/doc/classes/NodePath.xml
@@ -70,14 +70,14 @@
<return type="bool">
</return>
<description>
- Return true if the node path is absolute (not relative).
+ Return [code]true[/code] if the node path is absolute (not relative).
</description>
</method>
<method name="is_empty">
<return type="bool">
</return>
<description>
- Return true if the node path is empty.
+ Return [code]true[/code] if the node path is empty.
</description>
</method>
</methods>