Skip to content

Commit 85695c0

Browse files
committed
Update README.md
1 parent cd40bef commit 85695c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ interrupts(); // This will enable the interrupts egain. DO NOT FORGET!
173173
- `void ThreadController::remove(Thread* _thread)` - This will remove the Thread from the ThreadController.
174174
- `void ThreadController::remove(int index)` - This will remove the thread on the position `index`.
175175
- `void ThreadController::clear()` - This will remove ALL threads from the ThreadController array.
176-
- `void ThreadController::size(bool cached = true)` - Returns how many Threads are allocated
176+
- `int ThreadController::size(bool cached = true)` - Returns how many Threads are allocated
177177
inside the ThreadController. If cached is `false`, will force the calculation of threads.
178178
- `Thread* ThreadController::get(int index)` - Returns the Thread on the position `index`.
179179

0 commit comments

Comments
 (0)