Skip to content

Commit 70432f2

Browse files
JustinBeckwithaddaleax
authored andcommitted
doc: fix incorrect fs.utimes() link
PR-URL: #13608 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 26d7630 commit 70432f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2840,7 +2840,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
28402840
[`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback
28412841
[`fs.readFile`]: #fs_fs_readfile_file_options_callback
28422842
[`fs.stat()`]: #fs_fs_stat_path_callback
2843-
[`fs.utimes()`]: #fs_fs_futimes_fd_atime_mtime_callback
2843+
[`fs.utimes()`]: #fs_fs_utimes_path_atime_mtime_callback
28442844
[`fs.watch()`]: #fs_fs_watch_filename_options_listener
28452845
[`fs.write()`]: #fs_fs_write_fd_buffer_offset_length_position_callback
28462846
[`fs.writeFile()`]: #fs_fs_writefile_file_data_options_callback

0 commit comments

Comments
 (0)