mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
fix typo
This commit is contained in:
parent
6e5403613a
commit
71dcb9cbc5
@ -76,7 +76,7 @@ module Faraday
|
|||||||
# semver that it is planned to go away.
|
# semver that it is planned to go away.
|
||||||
# @param name [Symbol] the method symbol to deprecate
|
# @param name [Symbol] the method symbol to deprecate
|
||||||
# @param repl [#to_s, :none] the replacement to use, when `:none` it will
|
# @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.
|
# @param ver [String] the semver the method will be removed.
|
||||||
def deprecate(name, repl, ver)
|
def deprecate(name, repl, ver)
|
||||||
class_eval do
|
class_eval do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user