summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 79623662e4..8b525b953b 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -504,7 +504,7 @@ the status of the `highWaterMark`.
##### writable.writableObjectMode
<!-- YAML
-added: REPLACEME
+added: v12.3.0
-->
Getter for the property `objectMode` of a given `Writable` stream.
@@ -1098,7 +1098,7 @@ the status of the `highWaterMark`.
##### readable.readableObjectMode
<!-- YAML
-added: REPLACEME
+added: v12.3.0
-->
Getter for the property `objectMode` of a given `Readable` stream.