diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-04-22 11:59:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 11:59:16 +0200 |
commit | ab4705a80794a96ba2b6fd65298f2249e2b69e1d (patch) | |
tree | f0fda84fd345f179c7a5604379882d3420bca92e /doc/classes/Thread.xml | |
parent | 2f73e2282c6476c87e834248624a9aa2fdbdf12c (diff) | |
parent | b0846f60c96c809105d039ef314e10a8b23a699f (diff) | |
download | redot-engine-ab4705a80794a96ba2b6fd65298f2249e2b69e1d.tar.gz |
Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/Thread.xml')
-rw-r--r-- | doc/classes/Thread.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index d1d19d91d7..ff8221fed3 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -20,7 +20,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"> |