From 75f7b2f5773ad77887b20c757081f11a73aafc07 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 17 Sep 2017 11:29:21 -0400 Subject: [PATCH] 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 Reviewed-By: Anna Henningsen --- doc/api/dgram.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index c837d2d7232d92..651ee85f79f7c3 100644 --- a/doc/api/dgram.md +++ b/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: