diff options
author | Fedor Indutny <fedor@indutny.com> | 2017-04-18 16:58:58 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2017-04-18 16:58:58 -0400 |
commit | a7512f0664a718ee92194313c5793f8730d2ce27 (patch) | |
tree | c52cace8ae09dfa0899d1287856e88def1ae2a76 | |
parent | f64ff12814c9f18b0fdcb39864d9a7cf78ffa3f0 (diff) | |
download | uv_link_t-a7512f0664a718ee92194313c5793f8730d2ce27.tar.gz |
docs: minor fix
-rw-r--r-- | docs/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md index adb25e4..d6d2664 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 |