diff --git a/doc/api/fs.md b/doc/api/fs.md index c9adb5b16af001..88a1bda040b2df 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4716,6 +4716,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's [`fs.access()`]: #fs_fs_access_path_mode_callback [`fs.chmod()`]: #fs_fs_chmod_path_mode_callback [`fs.chown()`]: #fs_fs_chown_path_uid_gid_callback +[`fs.copyFile()`]: #fs_fs_copyfile_src_dest_flags_callback [`fs.exists()`]: fs.html#fs_fs_exists_path_callback [`fs.fstat()`]: #fs_fs_fstat_fd_callback [`fs.futimes()`]: #fs_fs_futimes_fd_atime_mtime_callback diff --git a/doc/api/util.md b/doc/api/util.md index e5d57759e5f6ca..6dd29c620c6758 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -511,7 +511,7 @@ console.log(util.inspect(o, { compact: false, breakLength: 80 })); Using the `showHidden` option allows to inspect [`WeakMap`][] and [`WeakSet`][] entries. If there are more entries than `maxArrayLength`, there is no guarantee -which entries are displayed. That means retrieving the same ['WeakSet'][] +which entries are displayed. That means retrieving the same [`WeakSet`][] entries twice might actually result in a different output. Besides this any item might be collected at any point of time by the garbage collector if there is no strong reference left to that object. Therefore there is no guarantee to get a