From 72346bd8d43477273419049ab68a5c6611480a92 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 24 Oct 2019 15:19:07 -0700 Subject: doc: remove "it is important to" phrasing Instead of telling someone "It is important to do X", just tell them to "Do X." PR-URL: https://github.com/nodejs/node/pull/30108 Reviewed-By: Michael Dawson Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/dgram.md') diff --git a/doc/api/dgram.md b/doc/api/dgram.md index f24bd5225b..8639f89460 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -466,7 +466,7 @@ client.send([buf1, buf2], 41234, (err) => { ``` Sending multiple buffers might be faster or slower depending on the -application and operating system. It is important to run benchmarks to +application and operating system. Run benchmarks to determine the optimal strategy on a case-by-case basis. Generally speaking, however, sending multiple buffers is faster. -- cgit v1.2.3