docs: fix dgram markdown

This commit is contained in:
Ben Noordhuis 2011-11-23 12:55:49 +01:00
parent ce3ccc8d5a
commit 16889e22cc

View File

@ -23,7 +23,7 @@ are created.
Emitted when a socket is closed with `close()`. No new `message` events will be emitted
on this socket.
#### Event: 'error'
### Event: 'error'
`function (exception) {}`