diff options
author | Matthew Brener <akkatracker@gmail.com> | 2017-07-23 22:53:34 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-24 10:33:03 +1000 |
commit | d003daee06d0547c496169fcc306ed82082e34be (patch) | |
tree | 5550d219c4c2d266708873597df2d7f4eea729b4 /docs/esp8266 | |
parent | 7901741bf192cb239bb6b5f76464432852bc8e25 (diff) | |
download | micropython-d003daee06d0547c496169fcc306ed82082e34be.tar.gz micropython-d003daee06d0547c496169fcc306ed82082e34be.zip |
docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/tutorial/powerctrl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/powerctrl.rst b/docs/esp8266/tutorial/powerctrl.rst index 9e44339c86..3502624ab5 100644 --- a/docs/esp8266/tutorial/powerctrl.rst +++ b/docs/esp8266/tutorial/powerctrl.rst @@ -22,7 +22,7 @@ processing power, at the expense of current consumption:: 160000000 You can change to the higher frequency just while your code does the heavy -processing and then change back when its finished. +processing and then change back when it's finished. Deep-sleep mode --------------- |