Skip to content

Commit 51e3ccf

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

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
@@ -33,7 +33,7 @@ A better alternative to busy wait is to suspend thread execution while waiting.
3333

3434
Tickers and timers are another way of creating a time interval. These methods allow other code to run while you are waiting. During the wait period, if no threads are running, the idle thread can automatically put the system to sleep.
3535

36-
If you don't need the precision of a high-frequency timer/ticker, we recommend that you use LowPowerTimer/LowPowerTicker instead because this will allow the system to be put in deep sleep mode.
36+
If you don't need the precision of a high-frequency timer or ticker, we recommend that you use LowPowerTimer or LowPowerTicker instead. This allows the system to be put in deep sleep mode.
3737

3838
Here is an example that uses a ticker object:
3939

0 commit comments

Comments
 (0)