Skip to content

Commit d7ed4c4

Browse files
johrstromdonv
authored andcommitted
fix comment
1 parent 72971c9 commit d7ed4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap_form/inputs/inputs_collection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def form_group_collection_input_options(options, text, obj, index, input_value,
3939
input_options[:checked] = form_group_collection_input_checked?(checked, obj, input_value)
4040
end
4141

42-
# add things like 'data-' directives to the HTML
42+
# add things like 'data-' attributes to the HTML
4343
obj.each do |inner_obj|
4444
input_options.merge!(inner_obj) if inner_obj.is_a?(Hash)
4545
end if obj.respond_to?(:each)

0 commit comments

Comments
 (0)