Skip to content

Commit 1e2b781

Browse files
rfinniedpgeorge
authored andcommitted
docs/esp8266/tutorial: Fix typo, change -> changed.
1 parent 19c7098 commit 1e2b781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/esp8266/tutorial/powerctrl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ current frequency use::
1414
>>> machine.freq()
1515
80000000
1616

17-
By default the CPU runs at 80MHz. It can be change to 160MHz if you need more
17+
By default the CPU runs at 80MHz. It can be changed to 160MHz if you need more
1818
processing power, at the expense of current consumption::
1919

2020
>>> machine.freq(160000000)

0 commit comments

Comments
 (0)