Skip to content

Commit 71dcb9c

Browse files
sampatbadheolleolleolle
authored andcommitted
fix typo
1 parent 6e54036 commit 71dcb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/faraday/deprecate.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def skip_during
7676
# semver that it is planned to go away.
7777
# @param name [Symbol] the method symbol to deprecate
7878
# @param repl [#to_s, :none] the replacement to use, when `:none` it will
79-
# alert the user that no replacemtent is present.
79+
# alert the user that no replacement is present.
8080
# @param ver [String] the semver the method will be removed.
8181
def deprecate(name, repl, ver)
8282
class_eval do

0 commit comments

Comments
 (0)