aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/guide/threads.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/guide/threads.rst b/docs/src/guide/threads.rst
index b6a4fd85..960210db 100644
--- a/docs/src/guide/threads.rst
+++ b/docs/src/guide/threads.rst
@@ -77,7 +77,7 @@ The mutex functions are a **direct** map to the pthread equivalents.
.. rubric:: libuv mutex functions
.. literalinclude:: ../../../include/uv.h
- :lines: 1355-1360
+ :lines: 1575-1580
The ``uv_mutex_init()``, ``uv_mutex_init_recursive()`` and ``uv_mutex_trylock()``
functions will return 0 on success, and an error code otherwise.