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:
parent
68024fb8aa
commit
154616d271
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue