Skip to content

Commit ce0bef7

Browse files
Merge pull request #10 from stefanfoulis/fix-typo-in-comment
Fix typo in code comment
2 parents 95fbb75 + 2c0455f commit ce0bef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ticks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# ability to measure 1ms intervals after about 1 hour, and losing the
5151
# ability to meausre 128ms intervals after 6 days. The only solution is to
5252
# either upgrade to a version with supervisor.ticks_ms, or to switch to a
53-
# board with time.montonic_ns.
53+
# board with time.monotonic_ns.
5454

5555
try:
5656
from supervisor import ticks_ms # pylint: disable=unused-import

0 commit comments

Comments
 (0)