Skip to content

Commit 39de63a

Browse files
authored
Merge pull request arduino#316 from per1234/tone-backtick
Add missing backtick on tone() reference page
2 parents fc774f9 + 1c195fb commit 39de63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Advanced IO/tone.adoc

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

6060
[float]
6161
=== Notes and Warnings
62-
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.
62+
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.
6363
[%hardbreaks]
6464

6565
--

0 commit comments

Comments
 (0)