Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/dgram.md')
-rw-r--r--doc/api/dgram.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 31eeed43953..cd3e1de15ad 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -57,7 +57,7 @@ added: v0.1.99
* `exception` {Error}
The `'error'` event is emitted whenever any error occurs. The event handler
-function is passed a single Error object.
+function is passed a single `Error` object.
### Event: 'listening'
<!-- YAML
@@ -264,7 +264,7 @@ added: v0.1.99
changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/11985
- description: The `msg` parameter can be an Uint8Array now.
+ description: The `msg` parameter can be an `Uint8Array` now.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10473
description: The `address` parameter is always optional now.