@@ -1139,7 +1139,7 @@ changes:
1139
1139
* ` prefix` {string}
1140
1140
* ` options` {string|Object}
1141
1141
* ` encoding` {string} **Default:** ` ' utf8' `
1142
- * Returns: {Promise} Fulfills with a string containing the filesystem path
1142
+ * Returns: {Promise} Fulfills with a string containing the file system path
1143
1143
of the newly created temporary directory.
1144
1144
1145
1145
Creates a unique temporary directory. A unique directory name is generated by
@@ -4382,7 +4382,7 @@ renamed. An `EPERM` error is reported when the watched directory is deleted.
4382
4382
<!--type=misc-->
4383
4383
4384
4384
This feature depends on the underlying operating system providing a way
4385
- to be notified of filesystem changes.
4385
+ to be notified of file system changes.
4386
4386
4387
4387
* On Linux systems, this uses [`inotify(7)`][].
4388
4388
* On BSD systems, this uses [`kqueue(2)`][].
@@ -6898,7 +6898,7 @@ The times in the stat object have the following semantics:
6898
6898
link (2 ), mknod (2 ), rename (2 ), unlink (2 ), utimes (2 ),
6899
6899
read (2 ), and write (2 ) system calls.
6900
6900
* ` birthtime` " Birth Time" : Time of file creation . Set once when the
6901
- file is created . On filesystems where birthtime is not available,
6901
+ file is created . On file systems where birthtime is not available,
6902
6902
this field may instead hold either the ` ctime` or
6903
6903
` 1970-01-01T00:00Z` (ie, Unix epoch timestamp ` 0` ). This value may be greater
6904
6904
than ` atime` or ` mtime` in this case . On Darwin and other FreeBSD variants,
0 commit comments