Skip to content

Commit

Permalink
docs: make uv.kill's signum optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored and squeek502 committed Aug 22, 2023
1 parent 0e301f7 commit 317b150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ on `uv_signal_t` for signal support, specially on Windows.

**Parameters:**
- `pid`: `integer`
- `signum`: `integer` or `string`
- `signum`: `integer` or `string` or `nil` (default: `sigterm`)

Sends the specified signal to the given PID. Check the documentation on
`uv_signal_t` for signal support, specially on Windows.
Expand Down

0 comments on commit 317b150

Please sign in to comment.