Skip to content

Commit 9389a27

Browse files
nvh0412nobu
authored andcommitted
[DOC] Fix broken parameter display and see links for Socket
1 parent a0db65d commit 9389a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/socket/lib/socket.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ def self.unix_server_loop(path, &b) # :yield: socket, client_addrinfo
15901590
# Returns 0 if successful, otherwise an exception is raised.
15911591
#
15921592
# === Parameter
1593-
# # +remote_sockaddr+ - the +struct+ sockaddr contained in a string or Addrinfo object
1593+
# * +remote_sockaddr+ - the +struct+ sockaddr contained in a string or Addrinfo object
15941594
#
15951595
# === Example:
15961596
# # Pull down Google's web page
@@ -1625,7 +1625,7 @@ def self.unix_server_loop(path, &b) # :yield: socket, client_addrinfo
16251625
# return the symbol +:wait_writable+ instead.
16261626
#
16271627
# === See
1628-
# # Socket#connect
1628+
# * Socket#connect
16291629
def connect_nonblock(addr, exception: true)
16301630
__connect_nonblock(addr, exception)
16311631
end

0 commit comments

Comments
 (0)