1
0
Fork 0
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:
Ian Woodley 2021-02-16 13:59:22 -05:00 committed by GitHub
parent 1697d40cdc
commit 8937f789ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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