Skip to content

Commit 5319ccf

Browse files
committed
Update README.textile
1 parent 231dea8 commit 5319ccf

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
@@ -58,7 +58,7 @@ Now that you got the idea, let's think a little bit: What if i have 3, 5, 100 Th
5858
pre. // Instantiate a new ThreadController
5959
ThreadController controller = ThreadController();
6060
// Now, put a bunch of Threads inside it, FEED it!
61-
pre. controller.add(&myThread); // Notice the & before the thread, IF it's not instantied as a pointer.
61+
controller.add(&myThread); // Notice the & before the thread, IF it's not instantied as a pointer.
6262
controller.add(&hisThread);
6363
controller.add(&sensorReadings);
6464
...

0 commit comments

Comments
 (0)