From 25682fafeb978b2d28827763fe47ea706f92f19b Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 2 Sep 2019 08:30:34 +0200 Subject: [PATCH] doc: uv_handle_t documentation suggestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit contains a suggestion to hopefully improve the documentation of uv_handle_t's member uv_loop_t. PR-URL: https://github.com/libuv/libuv/pull/2446 Reviewed-By: Colin Ihrig Reviewed-By: Saúl Ibarra Corretgé --- docs/src/handle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/handle.rst b/docs/src/handle.rst index 905c2ff5..0a25bfa8 100644 --- a/docs/src/handle.rst +++ b/docs/src/handle.rst @@ -90,7 +90,7 @@ Public members .. c:member:: uv_loop_t* uv_handle_t.loop - Pointer to the :c:type:`uv_loop_t` where the handle is running on. Readonly. + Pointer to the :c:type:`uv_loop_t` the handle is running on. Readonly. .. c:member:: uv_handle_type uv_handle_t.type