1
0
Fork 0
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:
Anthony Nicholls 2024-07-02 13:18:20 +01:00
parent e9b3fc8714
commit b5bcf621f3

View file

@ -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
*/