diff options
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 |