From d61c063f7dc301ec0a2a5f45745a4f7ca5477c5a Mon Sep 17 00:00:00 2001 From: poldy79 Date: Wed, 24 Sep 2014 23:08:04 +0200 Subject: [PATCH] Just corrected a typo --- docs/dev/hardware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/hardware.rst b/docs/dev/hardware.rst index 751c94e0..694a8cd9 100644 --- a/docs/dev/hardware.rst +++ b/docs/dev/hardware.rst @@ -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())' -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 may be defined arbitrarily.