diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml
index 5b9c115524c..f8a766be569 100644
--- a/doc/classes/Thread.xml
+++ b/doc/classes/Thread.xml
@@ -15,7 +15,7 @@
- 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.