diff options
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 |