Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70432f2

Browse filesBrowse files
JustinBeckwithaddaleax
authored andcommitted
doc: fix incorrect fs.utimes() link
PR-URL: #13608 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 26d7630 commit 70432f2
Copy full SHA for 70432f2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.