From 7ccea60b1f576de2e65e8891b76165b8048aaac8 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 7 May 2020 10:53:56 +0200 Subject: doc: fix formatting Fixes: https://github.com/libuv/libuv/issues/2831 PR-URL: https://github.com/libuv/libuv/pull/2833 Reviewed-By: Bartosz Sosnowski Reviewed-By: Colin Ihrig --- docs/src/misc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src') 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) -- cgit v1.2.3