Skip to content

Commit

Permalink
[Doc] Fix wrong parameter type in Analyzer#validate_attribute_value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackwitz committed Apr 4, 2015
1 parent ff06595 commit 500aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/specification/linter/analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def value_for_attribute(attribute)
# @param [Spec::DSL::Attribute] attribute
# The attribute.
#
# @param [Spec::DSL::Attribute] value
# @param [mixed] value
# The value of the attribute.
#
def validate_attribute_value(attribute, value)
Expand Down

0 comments on commit 500aa6e

Please sign in to comment.