Skip to content

Commit

Permalink
doc: do not begin yaml value with backtick
Browse files Browse the repository at this point in the history
Will break YAML parsing!

See details in the PR.

PR-URL: #15447
Fixes: #14930
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
maclover7 authored and vsemozhetbyt committed Sep 17, 2017
1 parent 631c59b commit 75f7b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/dgram.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@ changes:
description: The `lookup` option is supported.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/13623
description: `recvBufferSize` and `sendBufferSize` options are supported now.
description: The `recvBufferSize` and `sendBufferSize` options are
supported now.
-->

* `options` {Object} Available options are:
Expand Down

0 comments on commit 75f7b2f

Please sign in to comment.