Skip to content

Commit

Permalink
Fixes incorrect documentation for dependencies_to_lock_pod_named
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 11, 2014
1 parent 190b972 commit 1153c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/lockfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def dependencies
#
# @raise If there is no version stored for the given name.
#
# @return [Dependency] the generated dependency.
# @return [Array<Dependency>] the generated dependency.
#
def dependencies_to_lock_pod_named(name)
result = []
Expand Down

0 comments on commit 1153c11

Please sign in to comment.