We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecabf7 commit 1305d93Copy full SHA for 1305d93
_plugins/api_codings.rb
@@ -75,7 +75,7 @@ def parse_value_groups(value_groups_xml)
75
value_group['description'] = parse_paragraphs(value_group_xml.xpath('.//description').first)
76
77
# Each <valueGroup/> can have multiple <value/> entries.
78
- value_group['values'] = []
+ value_group['values'] = []
79
value_group_xml.xpath('.//value').each do |value_xml|
80
value = {}
81
0 commit comments