Skip to content

Commit

Permalink
docs: follow explicit docs on what cannot fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored and squeek502 committed Jan 17, 2024
1 parent e2f6f95 commit adff530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ Creates and initializes a new `uv_pipe_t`. Returns the Lua userdata wrapping
it. The `ipc` argument is a boolean to indicate if this pipe will be used for
handle passing between processes.

**Returns:** `uv_pipe_t userdata`
**Returns:** `uv_pipe_t userdata` or `fail`

### `uv.pipe_open(pipe, fd)`

Expand Down Expand Up @@ -2487,7 +2487,7 @@ they can work on file systems where fs event handles can't.
Creates and initializes a new `uv_fs_poll_t`. Returns the Lua userdata wrapping
it.

**Returns:** `uv_fs_poll_t userdata`
**Returns:** `uv_fs_poll_t userdata` or `fail`

### `uv.fs_poll_start(fs_poll, path, interval, callback)`

Expand Down

0 comments on commit adff530

Please sign in to comment.