1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-04-27 00:54:16 +09:00
parent 257e01b61d
commit 6560ff6e36
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -1913,7 +1913,7 @@ addrinfo_to_sockaddr(VALUE self)
* call-seq:
* addrinfo.canonname => string or nil
*
* returns the canonical name as an string.
* returns the canonical name as a string.
*
* nil is returned if no canonical name.
*