summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 8da80d1f79..70f826fd90 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -356,7 +356,6 @@ stream.on('data', (data) => {
console.log(`Received data: "${data}"`);
});
stream.write('With ES6');
-
```
## util.inspect(object[, options])
@@ -1554,7 +1553,6 @@ const module = new WebAssembly.Module(wasmBuffer);
util.types.isWebAssemblyCompiledModule(module); // Returns true
```
-
## Deprecated APIs
The following APIs have been deprecated and should no longer be used. Existing