From 5bf1f15fffa94cfbd9c05ba409234bbb8469681c Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Sun, 11 Mar 2018 16:28:32 -0700 Subject: [PATCH] Fix ESP8266WiFi/Diagnostics/Check Return Codes --- doc/esp8266wifi/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/readme.rst b/doc/esp8266wifi/readme.rst index 58334a1bf3..dd412b9153 100644 --- a/doc/esp8266wifi/readme.rst +++ b/doc/esp8266wifi/readme.rst @@ -221,7 +221,7 @@ Check Return Codes Almost each function described in chapters above returns some diagnostic information. -Such diagnostic may be provided as a simple ``boolean`` type ``true' or``\ false\` to indicate operation result. You may check this result as described in examples, for instance: +Such diagnostic may be provided as a simple ``boolean`` type ``true`` or ``false`` to indicate operation result. You may check this result as described in examples, for instance: .. code:: cpp