doc: fix documentation for uv_handle_t.type

PR-URL: https://github.com/libuv/libuv/pull/1316
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
Daniel Kahn Gillmor 2017-04-24 11:33:17 -04:00 committed by Saúl Ibarra Corretgé
parent d898a1f6f8
commit e4bc694b36

View File

@ -86,9 +86,9 @@ Public members
Pointer to the :c:type:`uv_loop_t` where the handle is running on. Readonly.
.. c:member:: uv_loop_t* uv_handle_t.type
.. c:member:: uv_handle_type uv_handle_t.type
Pointer to the :c:type:`uv_handle_type`. Readonly.
The :c:type:`uv_handle_type`, indicating the type of the underlying handle. Readonly.
.. c:member:: void* uv_handle_t.data