summaryrefslogtreecommitdiffstats
path: root/doc/classes/Thread.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/Thread.xml
parentcea49f00c380c404a45d9b002843969f164d382e (diff)
downloadredot-engine-b0846f60c96c809105d039ef314e10a8b23a699f.tar.gz
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/Thread.xml')
-rw-r--r--doc/classes/Thread.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml
index ea558735aa..1683c42b12 100644
--- a/doc/classes/Thread.xml
+++ b/doc/classes/Thread.xml
@@ -22,7 +22,7 @@
<return type="bool">
</return>
<description>
- Returns true if this [Thread] is currently active. An active [Thread] cannot start work on a new method but can be joined with [method wait_to_finish].
+ Returns [code]true[/code] if this [Thread] is currently active. An active [Thread] cannot start work on a new method but can be joined with [method wait_to_finish].
</description>
</method>
<method name="start">