Skip to content

Commit 1439059

Browse files
authored
Merge pull request #650 from animeshsrivastava24/patch-23
Fixed code syntax related typo in noTone.adoc
2 parents 54ed18a + cdd78ed commit 1439059

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)