diff options
Diffstat (limited to 'runtime/doc/luvref.txt')
-rw-r--r-- | runtime/doc/luvref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/luvref.txt b/runtime/doc/luvref.txt index 799d0f6f74..2be75d5b0c 100644 --- a/runtime/doc/luvref.txt +++ b/runtime/doc/luvref.txt @@ -2917,7 +2917,7 @@ uv.fs_fstat({fd} [, {callback}]) *uv.fs_fstat()* uv.fs_lstat({path} [, {callback}]) *uv.fs_lstat()* Parameters: - - `fd`: `integer` + - `path`: `string` - `callback`: `callable` (async version) or `nil` (sync version) - `err`: `nil` or `string` |