Skip to content

Commit

Permalink
Merge pull request #132 from mncaudill/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in error.rb
  • Loading branch information
jhawthorn authored Oct 25, 2023
2 parents 7a3c938 + 2327332 commit e577853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ruby/lib/trilogy/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ConnectionClosed < IOError
include ConnectionError
end

# Occurrs when a socket read or write returns EOF or when an operation is
# Occurs when a socket read or write returns EOF or when an operation is
# attempted on a socket which previously encountered an error.
class EOFError < BaseConnectionError
end
Expand Down

0 comments on commit e577853

Please sign in to comment.