mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Thread: Fix a typo
This commit is contained in:
parent
e9b3fc8714
commit
b5bcf621f3
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ public:
|
|||
and Thread::run() will not be called. An exception to this is the Android platform,
|
||||
which always starts a thread and attempts to upgrade the thread after creation.
|
||||
|
||||
@returns true if the thread started successfully. false if it was unsuccesful.
|
||||
@returns true if the thread started successfully. false if it was unsuccessful.
|
||||
|
||||
@see stopThread
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue