summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index 17bc55ca5e..364bf4ef25 100644
--- a/doc/api/fs.markdown
+++ b/doc/api/fs.markdown
@@ -656,13 +656,13 @@ that leaves you vulnerable to race conditions: another process may remove the
file between the calls to `fs.exists()` and `fs.open()`. Just open the file
and handle the error when it's not there.
-`fs.exists()` will be deprecated.
+`fs.exists()` is **deprecated**.
## fs.existsSync(path)
Synchronous version of `fs.exists`.
-`fs.existsSync()` will be deprecated.
+`fs.existsSync()` is **deprecated**.
## fs.access(path[, mode], callback)