diff --git a/doc/api/fs.md b/doc/api/fs.md index 9be67ded1f50..a21e828f5f04 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7337,8 +7337,9 @@ Asynchronously read the next directory entry via readdir(3) as an A promise is returned that will be fulfilled with an {fs.Dirent}, or `null` if there are no more directory entries to read. -Directory entries returned by this function are in no particular order as -provided by the operating system's underlying directory mechanisms. +For directory reads handled by the native file system, directory entries +returned by this function are in no particular order as provided by the +operating system's underlying directory mechanisms. Entries added or removed while iterating over the directory might not be included in the iteration results.