Skip to content
Snippets Groups Projects
Commit d61c063f authored by Leonard Penzer's avatar Leonard Penzer
Browse files

Just corrected a typo

parent 0d3a429a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ The final image name must be the same that is returned by the following command. ...@@ -45,7 +45,7 @@ The final image name must be the same that is returned by the following command.
lua -e 'print(require("platform_info").get_image_name())' lua -e 'print(require("platform_info").get_image_name())'
This is so the autoupdater can work. On targets with aren't supported by the autoupdater, This is so the autoupdater can work. On targets which aren't supported by the autoupdater,
``require("platform_info").get_image_name()`` will just return ``nil`` and the final image name ``require("platform_info").get_image_name()`` will just return ``nil`` and the final image name
may be defined arbitrarily. may be defined arbitrarily.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment