diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/handle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/handle.rst b/docs/src/handle.rst index 14aec51f..a0f3d05f 100644 --- a/docs/src/handle.rst +++ b/docs/src/handle.rst @@ -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 |