@@ -1145,7 +1145,7 @@ changes:
1145
1145
* ` prefix` {string}
1146
1146
* ` options` {string|Object}
1147
1147
* ` 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
1149
1149
of the newly created temporary directory.
1150
1150
1151
1151
Creates 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.
4400
4400
<!--type=misc-->
4401
4401
4402
4402
This 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.
4404
4404
4405
4405
* On Linux systems, this uses [`inotify(7)`][].
4406
4406
* On BSD systems, this uses [`kqueue(2)`][].
@@ -6934,7 +6934,7 @@ The times in the stat object have the following semantics:
6934
6934
link (2 ), mknod (2 ), rename (2 ), unlink (2 ), utimes (2 ),
6935
6935
read (2 ), and write (2 ) system calls.
6936
6936
* ` 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,
6938
6938
this field may instead hold either the ` ctime` or
6939
6939
` 1970-01-01T00:00Z` (ie, Unix epoch timestamp ` 0` ). This value may be greater
6940
6940
than ` atime` or ` mtime` in this case . On Darwin and other FreeBSD variants,
0 commit comments