doc: fix syntax error in loop documentation

PR-URL: https://github.com/libuv/libuv/pull/1748
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
Bartosz Sosnowski 2018-02-19 17:52:43 +01:00 committed by cjihrig
parent 10fe8c8065
commit a4b2e32228
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -219,7 +219,7 @@ API
.. caution::
Any previous value returned from :c:func`uv_backend_fd` is now
Any previous value returned from :c:func:`uv_backend_fd` is now
invalid. That function must be called again to determine the
correct backend file descriptor.