diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2020-05-07 10:53:56 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2020-05-07 10:53:56 +0200 |
commit | 7ccea60b1f576de2e65e8891b76165b8048aaac8 (patch) | |
tree | 58688e9d3751a806b5c37f73f3ebef8ccc69d42d /docs/src | |
parent | e7ebae26247d2fee0a04547eb7f9aa8f78d4a642 (diff) | |
download | libuv-7ccea60b1f576de2e65e8891b76165b8048aaac8.tar.gz libuv-7ccea60b1f576de2e65e8891b76165b8048aaac8.zip |
doc: fix formatting
Fixes: https://github.com/libuv/libuv/issues/2831
PR-URL: https://github.com/libuv/libuv/pull/2833
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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) |