@@ -1145,7 +1145,7 @@ changes:
11451145* ` prefix` {string}
11461146* ` options` {string|Object}
11471147 * ` encoding` {string} **Default:** ` ' utf8' `
1148- * Returns: {Promise} Fulfills with a string containing the filesystem path
1148+ * Returns: {Promise} Fulfills with a string containing the file system path
11491149 of the newly created temporary directory.
11501150
11511151Creates a unique temporary directory. A unique directory name is generated by
@@ -4400,7 +4400,7 @@ renamed. An `EPERM` error is reported when the watched directory is deleted.
44004400<!--type=misc-->
44014401
44024402This feature depends on the underlying operating system providing a way
4403- to be notified of filesystem changes.
4403+ to be notified of file system changes.
44044404
44054405* On Linux systems, this uses [`inotify(7)`][].
44064406* On BSD systems, this uses [`kqueue(2)`][].
@@ -6934,7 +6934,7 @@ The times in the stat object have the following semantics:
69346934 link (2 ), mknod (2 ), rename (2 ), unlink (2 ), utimes (2 ),
69356935 read (2 ), and write (2 ) system calls.
69366936* ` birthtime` " Birth Time" : Time of file creation . Set once when the
6937- file is created . On filesystems where birthtime is not available,
6937+ file is created . On file systems where birthtime is not available,
69386938 this field may instead hold either the ` ctime` or
69396939 ` 1970-01-01T00:00Z` (ie, Unix epoch timestamp ` 0` ). This value may be greater
69406940 than ` atime` or ` mtime` in this case . On Darwin and other FreeBSD variants,
0 commit comments