diff options
Diffstat (limited to 'doc')
-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 5c63d01322..e0a58d5736 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -15,7 +15,7 @@ <return type="String"> </return> <description> - Returns the current [Thread]'s ID, uniquely identifying it among all threads. + Returns the current [Thread]'s ID, uniquely identifying it among all threads. If the [Thread] is not running this returns an empty string. </description> </method> <method name="is_active" qualifiers="const"> |