luvit / luv

Bare libuv bindings for lua
Apache License 2.0
831 stars 187 forks source link

docs: add missing uv.os_unsetenv() parameter #667

Closed notomo closed 1 year ago

notomo commented 1 year ago

uv.os_unsetenv takes a name parameter.

📝 code https://github.com/luvit/luv/blob/8ca04df069eb837a725af1f02e4b5a59bb1ae7ef/src/misc.c#L498-L506

zhaozg commented 1 year ago

Thanks