diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 9c157063..906ca8ff 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -246,10 +246,10 @@ API .. warning:: Only call :c:func:`uv_library_shutdown()` once. .. warning:: Don't call :c:func:`uv_library_shutdown()` when there are - still event loops or I/O requests active. + still event loops or I/O requests active. .. warning:: Don't call libuv functions after calling - :c:func:`uv_library_shutdown()`. + :c:func:`uv_library_shutdown()`. .. c:function:: uv_buf_t uv_buf_init(char* base, unsigned int len) |