diff --git a/doc/api/net.md b/doc/api/net.md index 81a25eee0f1..e41989cd0e5 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -2431,7 +2431,7 @@ added: Sets the default value of the `autoSelectFamilyAttemptTimeout` option of [`socket.connect(options)`][]. * `value` {number} The new default value, which must be a positive number. If the number is less than `10`, - the value `10` is used instead. The initial default value is `250` or the value specified via the command line + the value `10` is used instead. The initial default value is `500` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`. ## `net.isIP(input)`