Skip to content

Commit 2bb1b5a

Browse files
authored
Fix semantic typo in generic-examples.rst (#9107)
exists -> exits
1 parent dc9abed commit 2bb1b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/generic-examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
6060
.. code:: cpp
6161
disconnectedEventHandler = nullptr;
6262
63-
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.
63+
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.
6464

6565
The Code
6666
~~~~~~~~

0 commit comments

Comments
 (0)