Skip to content

Commit

Permalink
Fix invalid yard doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Oct 1, 2019
1 parent a8235ac commit cd7888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/deprecate.rb
Expand Up @@ -5,7 +5,7 @@ module Faraday
#
# @return [Class] A modified version of new_klass that warns on
# usage about deprecation.
# @see {Faraday::Deprecate}
# @see Faraday::Deprecate
module DeprecatedClass
def self.proxy_class(new_klass)
Class.new(new_klass).tap do |k|
Expand Down

0 comments on commit cd7888f

Please sign in to comment.