Skip to content

Commit b8fe6ea

Browse files
sshanks-kxvcalescu
andauthored
Update docs/interfaces/capiref.md
Co-authored-by: Veronica Calescu <vcalescu@kx.com>
1 parent cda10e6 commit b8fe6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/interfaces/capiref.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,8 @@ Put the function `K f(I d){…}` on the q main event loop given a socket `d`. Sh
912912
If `d` is negative, the socket is switched to non-blocking.
913913

914914
The function `f` should return `NULL` or a pointer to a K object.
915-
If the return value of `f` is a pointer to a K object, its reference count will be decremended i.e. passed to [`r0`](#r0-decrement-refcount).
915+
If the return value of `f` is a pointer to a K object, its reference count is decremented i.e. passed to [`r0`](#r0-decrement-refcount).
916+
916917

917918
On success, `sd1` returns a K object of type integer, containing `d`. On error, `NULL` is returned and `d` is closed.
918919

0 commit comments

Comments
 (0)