Commit 9eff0792 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Fix method return type of AggregateTarget#specs_by_build_configuration

parent d6643d46
...@@ -85,7 +85,7 @@ module Pod ...@@ -85,7 +85,7 @@ module Pod
pod_targets.map(&:specs).flatten pod_targets.map(&:specs).flatten
end end
# @return [Hash{Symbol => Array<PodTarget>}] The pod targets for each # @return [Hash{Symbol => Array<Specification>}] The pod targets for each
# build configuration. # build configuration.
# #
def specs_by_build_configuration def specs_by_build_configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment