From a7512f0664a718ee92194313c5793f8730d2ce27 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 18 Apr 2017 16:58:58 -0400 Subject: [PATCH] docs: minor fix --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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