Skip to content

Commit c3fa657

Browse files
evedoniriark01
andauthored
Update docs/api/io/flow_control.md
Co-Authored-By: Irit Arkin <[email protected]>
1 parent 591426a commit c3fa657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/io/flow_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Busy wait is a method that blocks the processor for a period of time. This is an
2020

2121
Notice `printf()`; you can enable this by uncommenting the line (remove the `//`). `printf()` prints to the terminal, so you can use it to get debug information.
2222

23-
<span class="tips">**Tip:** Busy wait is inefficient and should be avoided. </span>
23+
<span class="tips">**Tip:** Busy wait is inefficient, and we recommend not using it. </span>
2424

2525
#### Suspend thread execution
2626

0 commit comments

Comments
 (0)