aboutsummaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 5b64ca7cd3..2101f46240 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -177,16 +177,16 @@ v10.0.0 onwards. Refer: [PR 12562](https://github.com/nodejs/node/pull/12562).
Type: End-of-Life
-The [`fs.read()`][] legacy String interface is deprecated. Use the Buffer API as
-mentioned in the documentation instead.
+The [`fs.read()`][] legacy `String` interface is deprecated. Use the `Buffer`
+API as mentioned in the documentation instead.
<a id="DEP0015"></a>
### DEP0015: fs.readSync legacy String interface
Type: End-of-Life
-The [`fs.readSync()`][] legacy String interface is deprecated. Use the Buffer
-API as mentioned in the documentation instead.
+The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
+`Buffer` API as mentioned in the documentation instead.
<a id="DEP0016"></a>
### DEP0016: GLOBAL/root