diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2019-09-02 08:30:34 +0200 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-09-09 11:09:30 -0400 |
commit | 25682fafeb978b2d28827763fe47ea706f92f19b (patch) | |
tree | 89e1f1d22f43bf141897da4908ea43d200b4582d /docs/src | |
parent | 9b12e023ab1e4e9a9f976d0980f4aa0b351c4be6 (diff) | |
download | libuv-25682fafeb978b2d28827763fe47ea706f92f19b.tar.gz libuv-25682fafeb978b2d28827763fe47ea706f92f19b.zip |
doc: uv_handle_t documentation suggestion
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 <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/handle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |