We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f050e9 commit c819cc2Copy full SHA for c819cc2
docs/source/true_async_api/events.rst
@@ -162,7 +162,7 @@ extends ``zend_async_timer_event_t`` as follows:
162
163
Every extended event defines its own ``start``, ``stop`` and ``dispose`` functions. The dispose
164
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
+is ``1``. It is common to stop the event first and then close the underlying libuv handle so
166
that memory gets freed in the ``uv_close`` callback.
167
168
.. code:: c
0 commit comments