docs: minor fix

This commit is contained in:
Fedor Indutny 2017-04-18 16:58:58 -04:00
parent f64ff12814
commit a7512f0664
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ completion.
### int uv_link_errno(...)
* `uv_link_t** link`
* `int err` - error code, previously either returned the one of the
* `int err` - error code, previously either returned by the one of
`uv_link...` methods or passed as a negative `nread` to `link->read_cb`
Unprefix internal error code and set the `link` pointer to the link that