Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sampatbadhe authored and olleolleolle committed Aug 8, 2022
1 parent 6e54036 commit 71dcb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/deprecate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def skip_during
# semver that it is planned to go away.
# @param name [Symbol] the method symbol to deprecate
# @param repl [#to_s, :none] the replacement to use, when `:none` it will
# alert the user that no replacemtent is present.
# alert the user that no replacement is present.
# @param ver [String] the semver the method will be removed.
def deprecate(name, repl, ver)
class_eval do
Expand Down

0 comments on commit 71dcb9c

Please sign in to comment.