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>
This commit is contained in:
Daniel Bevenius 2019-09-02 08:30:34 +02:00 committed by cjihrig
parent 9b12e023ab
commit 25682fafeb
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -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