Skip to content

Commit

Permalink
Fix description of specs of UNIXServer.for_fd
Browse files Browse the repository at this point in the history
This is a class method, not an instance method.
  • Loading branch information
herwinw authored and eregon committed Jan 23, 2024
1 parent 9ea513b commit 270b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/socket/unixserver/for_fd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_relative '../fixtures/classes'

with_feature :unix_socket do
describe "UNIXServer#for_fd" do
describe "UNIXServer.for_fd" do
before :each do
@unix_path = SocketSpecs.socket_path
@unix = UNIXServer.new(@unix_path)
Expand Down

0 comments on commit 270b839

Please sign in to comment.