From 5980b6d1337231af9c31a20800fa855e119cb694 Mon Sep 17 00:00:00 2001 From: apeltop Date: Sat, 26 Feb 2022 19:52:52 +0900 Subject: [PATCH] doc: remove repeated a word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42138 Reviewed-By: Filip Skokan Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso Reviewed-By: Mestery --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 0a37998c7f2587..09c3a15f1bd40e 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -840,7 +840,7 @@ travel through. Each router or gateway that forwards a packet decrements the TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. Changing TTL values is typically done for network probes or when multicasting. -The `ttl` argument may be between between 1 and 255. The default on most systems +The `ttl` argument may be between 1 and 255. The default on most systems is 64. This method throws `EBADF` if called on an unbound socket.