Browse Source

doc: do not begin yaml value with backtick

Will break YAML parsing!

See details in the PR.

PR-URL: https://github.com/nodejs/node/pull/15447
Fixes: https://github.com/nodejs/node/issues/14930
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
canary-base
Jon Moss 7 years ago
committed by Vse Mozhet Byt
parent
commit
75f7b2f577
  1. 3
      doc/api/dgram.md

3
doc/api/dgram.md

@ -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:

Loading…
Cancel
Save