Skip to content

Commit

Permalink
Fix ESP8266WiFi/Diagnostics/Check Return Codes (#4504)
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway authored and devyte committed Mar 12, 2018
1 parent afcbcd5 commit f070b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/esp8266wifi/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f070b55

Please sign in to comment.