summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/fs.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index fa87f017d8..a899686cae 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -430,8 +430,9 @@ included in the iteration results.
added: v10.10.0
-->
-A representation of a directory entry, as returned by reading from an
-[`fs.Dir`][].
+A representation of a directory entry, which can be a file or a subdirectory
+within the directory, as returned by reading from an [`fs.Dir`][]. The
+directory entry is a combination of the file name and file type pairs.
Additionally, when [`fs.readdir()`][] or [`fs.readdirSync()`][] is called with
the `withFileTypes` option set to `true`, the resulting array is filled with