diff options
author | blogdaren <blogdaren@163.com> | 2022-04-27 16:23:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 10:23:28 +0200 |
commit | e0680d3061f90469d964c52939304e3c37f44700 (patch) | |
tree | eb30cc73cc79c8d64eda78364eff3a8d36b6c3c0 /docs/src | |
parent | 4e63e488792a1b6f846c0ca1bf40fd67da3df0c6 (diff) | |
download | libuv-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.rst | 2 |
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 |