Skip to content

Commit c819cc2

Browse files
Update docs/source/true_async_api/events.rst
Co-authored-by: Arnaud Le Blanc <[email protected]>
1 parent 3f050e9 commit c819cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/true_async_api/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ extends ``zend_async_timer_event_t`` as follows:
162162
163163
Every extended event defines its own ``start``, ``stop`` and ``dispose`` functions. The dispose
164164
handler must release all resources associated with the event and is called when the reference count
165-
reaches ``1``. It is common to stop the event first and then close the underlying libuv handle so
165+
is ``1``. It is common to stop the event first and then close the underlying libuv handle so
166166
that memory gets freed in the ``uv_close`` callback.
167167

168168
.. code:: c

0 commit comments

Comments
 (0)