We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d7630 commit 70432f2Copy full SHA for 70432f2
doc/api/fs.md
@@ -2840,7 +2840,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
2840
[`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback
2841
[`fs.readFile`]: #fs_fs_readfile_file_options_callback
2842
[`fs.stat()`]: #fs_fs_stat_path_callback
2843
-[`fs.utimes()`]: #fs_fs_futimes_fd_atime_mtime_callback
+[`fs.utimes()`]: #fs_fs_utimes_path_atime_mtime_callback
2844
[`fs.watch()`]: #fs_fs_watch_filename_options_listener
2845
[`fs.write()`]: #fs_fs_write_fd_buffer_offset_length_position_callback
2846
[`fs.writeFile()`]: #fs_fs_writefile_file_data_options_callback
0 commit comments