diff --git a/Language/Functions/Advanced IO/noTone.adoc b/Language/Functions/Advanced IO/noTone.adoc index d30c3360d..14e3663d0 100644 --- a/Language/Functions/Advanced IO/noTone.adoc +++ b/Language/Functions/Advanced IO/noTone.adoc @@ -45,7 +45,7 @@ Nothing [float] === Notes and Warnings -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. +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. [%hardbreaks] --