fix typo in comments / autodoc

replace _socktype_ with _type_ in the comments
This commit is contained in:
Rick Hull 2023-01-15 15:11:08 -05:00 committed by Hiroshi SHIBATA
parent 6698b580dd
commit 4617b40f8b
Notes: git 2023-01-15 23:00:33 +00:00

View File

@ -540,7 +540,7 @@ unix_peeraddr(VALUE sock)
*
* Creates a pair of sockets connected to each other.
*
* _socktype_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc.
* _type_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc.
*
* _protocol_ should be a protocol defined in the domain.
* 0 is default protocol for the domain.