Skip to content

Commit

Permalink
docs: add missing uv.os_unsetenv() parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
notomo committed Aug 22, 2023
1 parent 8ca04df commit 63e2c2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,12 @@ Sets the environmental variable specified by `name` with the string `value`.

**Warning:** This function is not thread safe.

### `uv.os_unsetenv()`
### `uv.os_unsetenv(name)`

**Parameters:**
- `name`: `string`

Unsets the environmental variable specified by `name`.

**Returns:** `boolean` or `fail`

Expand Down

0 comments on commit 63e2c2b

Please sign in to comment.