summaryrefslogtreecommitdiff
path: root/ext/socket/lib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/lib')
-rw-r--r--ext/socket/lib/socket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/lib/socket.rb b/ext/socket/lib/socket.rb
index 5b7438182d..0f26c3efc5 100644
--- a/ext/socket/lib/socket.rb
+++ b/ext/socket/lib/socket.rb
@@ -683,7 +683,7 @@ class Socket < BasicSocket
end
end
- # creates UNIX server sockets on _path_
+ # creates a UNIX server socket on _path_
#
# If no block given, it returns a listening socket.
#