Skip to content

Commit 47269c2

Browse files
TrottMyles Borins
authored andcommitted
doc: fix dgram doc indentation
PR-URL: #5118 Reviewed-By: Roman Reiss <[email protected]>
1 parent 8d12e56 commit 47269c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/dgram.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ function:
339339
## `dgram` module functions
340340

341341
### dgram.createSocket(options[, callback])
342+
342343
* `options` Object
343344
* `callback` Function. Attached as a listener to `'message'` events.
344345
* Returns: Socket object
@@ -359,7 +360,7 @@ interfaces" address on a random port (it does the right thing for both `udp4`
359360
and `udp6` sockets). The bound address and port can be retrieved using
360361
[`socket.address().address`][] and [`socket.address().port`][].
361362

362-
## dgram.createSocket(type[, callback])
363+
### dgram.createSocket(type[, callback])
363364

364365
* `type` String. Either 'udp4' or 'udp6'
365366
* `callback` Function. Attached as a listener to `'message'` events.

0 commit comments

Comments
 (0)