Skip to content

Commit 0ac6ced

Browse files
committed
doc: fix some links
PR-URL: #19860 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 63eb267 commit 0ac6ced

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,6 +4716,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
47164716
[`fs.access()`]: #fs_fs_access_path_mode_callback
47174717
[`fs.chmod()`]: #fs_fs_chmod_path_mode_callback
47184718
[`fs.chown()`]: #fs_fs_chown_path_uid_gid_callback
4719+
[`fs.copyFile()`]: #fs_fs_copyfile_src_dest_flags_callback
47194720
[`fs.exists()`]: fs.html#fs_fs_exists_path_callback
47204721
[`fs.fstat()`]: #fs_fs_fstat_fd_callback
47214722
[`fs.futimes()`]: #fs_fs_futimes_fd_atime_mtime_callback

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ console.log(util.inspect(o, { compact: false, breakLength: 80 }));
511511

512512
Using the `showHidden` option allows to inspect [`WeakMap`][] and [`WeakSet`][]
513513
entries. If there are more entries than `maxArrayLength`, there is no guarantee
514-
which entries are displayed. That means retrieving the same ['WeakSet'][]
514+
which entries are displayed. That means retrieving the same [`WeakSet`][]
515515
entries twice might actually result in a different output. Besides this any item
516516
might be collected at any point of time by the garbage collector if there is no
517517
strong reference left to that object. Therefore there is no guarantee to get a

0 commit comments

Comments
 (0)