Skip to content

Commit cdd78ed

Browse files
Update noTone.adoc
Fixed code syntax related typo in noTone.adoc
1 parent f731a3b commit cdd78ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Advanced IO/noTone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Nothing
4545

4646
[float]
4747
=== Notes and Warnings
48-
If you want to play different pitches on multiple pins, you need to call noTone() on one pin before calling `tone()` on the next pin.
48+
If you want to play different pitches on multiple pins, you need to call `noTone()` on one pin before calling `tone()` on the next pin.
4949
[%hardbreaks]
5050

5151
--

0 commit comments

Comments
 (0)