Skip to content

Commit

Permalink
Fix semantic typo in generic-examples.rst (#9107)
Browse files Browse the repository at this point in the history
exists -> exits
  • Loading branch information
everslick authored Mar 19, 2024
1 parent dc9abed commit 2bb1b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/esp8266wifi/generic-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
.. code:: cpp
disconnectedEventHandler = nullptr;
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exists.
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exits.

The Code
~~~~~~~~
Expand Down

0 comments on commit 2bb1b5a

Please sign in to comment.