aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorblogdaren <blogdaren@163.com>2022-04-27 16:23:28 +0800
committerGitHub <noreply@github.com>2022-04-27 10:23:28 +0200
commite0680d3061f90469d964c52939304e3c37f44700 (patch)
treeeb30cc73cc79c8d64eda78364eff3a8d36b6c3c0 /docs/src
parent4e63e488792a1b6f846c0ca1bf40fd67da3df0c6 (diff)
downloadlibuv-e0680d3061f90469d964c52939304e3c37f44700.tar.gz
libuv-e0680d3061f90469d964c52939304e3c37f44700.zip
doc: fix link to uvwget example main() function (#3605)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/guide/utilities.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/guide/utilities.rst b/docs/src/guide/utilities.rst
index 4657b1b0..e2f3cf6a 100644
--- a/docs/src/guide/utilities.rst
+++ b/docs/src/guide/utilities.rst
@@ -220,7 +220,7 @@ progress with the download whenever libuv notifies of I/O readiness.
.. literalinclude:: ../../code/uvwget/main.c
:language: c
:linenos:
- :lines: 1-9,140-
+ :lines: 1-9,142-
:emphasize-lines: 7,21,24-25
The way each library is integrated with libuv will vary. In the case of