mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Fix typo in exceptions.rb docs
This commit is contained in:
parent
1697d40cdc
commit
8937f789ff
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module HTTParty
|
||||
# @abstact Exceptions raised by HTTParty inherit from Error
|
||||
# @abstract Exceptions raised by HTTParty inherit from Error
|
||||
class Error < StandardError; end
|
||||
|
||||
# Exception raised when you attempt to set a non-existent format
|
||||
|
|
Loading…
Add table
Reference in a new issue