diff options
author | Marcus Stollsteimer <[email protected]> | 2021-01-05 15:13:53 +0100 |
---|---|---|
committer | Marcus Stollsteimer <[email protected]> | 2021-01-05 15:13:53 +0100 |
commit | 3108ad7bf3dcae52054a1c29b86246cdb470000b (patch) | |
tree | 48879bbd126fe3c3ee37f714130abe7c4a2de49a /ext/socket/socket.c | |
parent | 3d439447250f19333418adcdf777142dda4b3364 (diff) |
[DOC] Fix grammar: "is same as" -> "is the same as"
Diffstat (limited to 'ext/socket/socket.c')
-rw-r--r-- | ext/socket/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/socket.c b/ext/socket/socket.c index 3d8c65032c..5b6f4ab755 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -1154,7 +1154,7 @@ sock_s_getservbyport(int argc, VALUE *argv, VALUE _) * be one of below. If _reverse_lookup_ is omitted, the default value is +nil+. * * +true+, +:hostname+: hostname is obtained from numeric address using reverse lookup, which may take a time. - * +false+, +:numeric+: hostname is same as numeric address. + * +false+, +:numeric+: hostname is the same as numeric address. * +nil+: obey to the current +do_not_reverse_lookup+ flag. * * If Addrinfo object is preferred, use Addrinfo.getaddrinfo. |