Skip to content

Commit 3be0cbb

Browse files
authored
Typo (#7502)
1 parent d92e1ed commit 3be0cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ or ``bits`` may be from 4...16.
113113
3.0, but this lead to incompatibility with external libraries which
114114
depended on the Arduino core default of 256. Existing applications which
115115
rely on the prior 1023 value may add a call to ``analogWriteRange(1023)``
116-
to their ``setup()`` routine to retrurn to their old behavior. Applications
116+
to their ``setup()`` routine to return to their old behavior. Applications
117117
which already were calling ``analogWriteRange`` need no change.
118118

119119
PWM frequency is 1kHz by default. Call

0 commit comments

Comments
 (0)