Skip to content

Commit f070b55

Browse files
SConawaydevyte
authored andcommitted
Fix ESP8266WiFi/Diagnostics/Check Return Codes (#4504)
1 parent afcbcd5 commit f070b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Check Return Codes
221221

222222
Almost each function described in chapters above returns some diagnostic information.
223223

224-
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:
224+
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:
225225

226226
.. code:: cpp
227227

0 commit comments

Comments
 (0)