summaryrefslogtreecommitdiff
path: root/doc/api/domain.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index 77eff3a194..b303b0fdeb 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -239,8 +239,6 @@ perhaps we would like to have a separate domain to use for each request.
That is possible via explicit binding.
-For example:
-
```js
// create a top-level domain for the server
const domain = require('domain');