Skip to content

Commit 894649d

Browse files
committed
Plural typo
1 parent 6efd004 commit 894649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/httparty/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module HTTParty
2424
# @abstract Exceptions raised by HTTParty inherit from Error
2525
class Error < StandardError; end
2626

27-
# @abstract Exception raised by HTTParty inherit from this because it is funny
27+
# @abstract Exceptions raised by HTTParty inherit from this because it is funny
2828
# and if you don't like fun you should be using a different library.
2929
class Foul < Error; end
3030

0 commit comments

Comments
 (0)