Skip to content

Commit a163723

Browse files
authored
Fix typo in emscripten.h.rst. NFC (#24750)
1 parent eeeb51e commit a163723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/api_reference/emscripten.h.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Functions
399399
400400
401401
.. note::
402-
- Main loop blockers block the main loop from running, and can be counted to show progress. In contrast, ``emscripten_async_calls`` are not counted, do not block the main loop, and can fire at specific time in the future.
402+
- Main loop blockers block the main loop from running, and can be counted to show progress. In contrast, :c:func:`emscripten_async_call` is not counted, does not block the main loop, and can fire at a specific time in the future.
403403
404404
:param em_arg_callback_func func: The main loop blocker function. The function signature must have a ``void*`` parameter for passing the ``arg`` value.
405405
:param void* arg: User-defined arguments to pass to the blocker function.

0 commit comments

Comments
 (0)