Skip to content

Commit

Permalink
doc: remove repeated a word
Browse files Browse the repository at this point in the history
PR-URL: #42138
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
apeltop authored and danielleadams committed Apr 24, 2022
1 parent 7c0b8ca commit 5980b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.md
Expand Up @@ -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.
Expand Down

0 comments on commit 5980b6d

Please sign in to comment.