Skip to content

Commit

Permalink
Fix minor typo in error.rb
Browse files Browse the repository at this point in the history
In one of the comments, "occurs" is slightly misspelled. This is a PR for that correction.
  • Loading branch information
mncaudill authored Oct 25, 2023
1 parent 7a3c938 commit 2327332
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 2327332

Please sign in to comment.