1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Documentation typo fix.

This commit is contained in:
jules 2012-05-06 12:25:08 +01:00
parent 68024fb8aa
commit 154616d271

View file

@ -136,7 +136,7 @@ private:
/**
A set of threads that will run a list of jobs.
When a ThreadPoolJob object is added to the ThreadPool's list, its run() method
When a ThreadPoolJob object is added to the ThreadPool's list, its runJob() method
will be called by the next pooled thread that becomes free.
@see ThreadPoolJob, Thread