We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efd004 commit 894649dCopy full SHA for 894649d
lib/httparty/exceptions.rb
@@ -24,7 +24,7 @@ module HTTParty
24
# @abstract Exceptions raised by HTTParty inherit from Error
25
class Error < StandardError; end
26
27
- # @abstract Exception raised by HTTParty inherit from this because it is funny
+ # @abstract Exceptions raised by HTTParty inherit from this because it is funny
28
# and if you don't like fun you should be using a different library.
29
class Foul < Error; end
30
0 commit comments