We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791eef0 commit 394556eCopy full SHA for 394556e
doc/api/dgram.markdown
@@ -377,6 +377,7 @@ s.bind(1234, () => {
377
## `dgram` module functions
378
379
### dgram.createSocket(options[, callback])
380
+
381
* `options` Object
382
* `callback` Function. Attached as a listener to `'message'` events.
383
* Returns: Socket object
@@ -397,7 +398,7 @@ interfaces" address on a random port (it does the right thing for both `udp4`
397
398
and `udp6` sockets). The bound address and port can be retrieved using
399
[`socket.address().address`][] and [`socket.address().port`][].
400
-## dgram.createSocket(type[, callback])
401
+### dgram.createSocket(type[, callback])
402
403
* `type` String. Either 'udp4' or 'udp6'
404
0 commit comments