Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kstephens committed Apr 2, 2011
1 parent 6951382 commit 41f5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contenter_api/lib/ruby/contenter/api/parse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def parse_yml_array content, identifier, rows = nil
when String
content = parse_yml_raw(content, identifier)
else
raise ArgumentError, "parse_yml_hash: #{identifier}: Expected String or Array, given #{content.class.name}"
raise ArgumentError, "parse_yml_array: #{identifier}: Expected String or Array, given #{content.class.name}"
end

content.map! do | h |
Expand Down

0 comments on commit 41f5163

Please sign in to comment.