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 <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
maclover7 authored and MylesBorins committed Sep 29, 2017
1 parent 6d5cba6 commit f56bbe3
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 f56bbe3

Please sign in to comment.