fix typo in comments / autodoc
replace _socktype_ with _type_ in the comments
This commit is contained in:
parent
6698b580dd
commit
4617b40f8b
Notes:
git
2023-01-15 23:00:33 +00:00
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user