Skip to content

Commit 3a3ab6b

Browse files
committed
Update README.textile
1 parent 14e49ae commit 3a3ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ h3. You should know:
107107
- @void ThreadController::remove(Thread* _thread)@ := This will remove the Thread from the ThreadController.
108108
- @void ThreadController::remove(int index)@ := This will remove the thread on the position @index@.
109109
- @void ThreadController::clear()@ := This will remove ALL threads from the ThreadController array.
110-
- @void ThreadController::size(bool cached = false)@ := Returns how many Threads are allocated inside the ThreadController. If cached = true, this will run the actual code to calculate the size. Should not be required.
110+
- @void ThreadController::size(bool cached = true)@ := Returns how many Threads are allocated inside the ThreadController. If cached is @false@, will force the calculation of threads.
111111
- @Thread* ThreadController::get(int index)@ := Returns the Thread on the position @index@.
112112

113113
h3. You don't need to know:

0 commit comments

Comments
 (0)