Skip to content

Commit f56bbe3

Browse files
maclover7MylesBorins
authored andcommitted
doc: do not begin yaml value with backtick
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]>
1 parent 6d5cba6 commit f56bbe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/dgram.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ changes:
575575
description: The `lookup` option is supported.
576576
- version: REPLACEME
577577
pr-url: https://github.com/nodejs/node/pull/13623
578-
description: `recvBufferSize` and `sendBufferSize` options are supported now.
578+
description: The `recvBufferSize` and `sendBufferSize` options are
579+
supported now.
579580
-->
580581

581582
* `options` {Object} Available options are:

0 commit comments

Comments
 (0)