From c1a1c58a93305e3fe46d1fa9c1eea73b899449c0 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 8 Apr 2015 19:58:44 +0900 Subject: [ci skip] Add `,` --- actionview/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib') diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 65a0548ffb..1f76f40138 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -80,7 +80,7 @@ module ActionView # associated records. option_tags is a string containing the option tags for the select box. # # ==== Options - # * :multiple - If set to true the selection will allow multiple choices. + # * :multiple - If set to true, the selection will allow multiple choices. # * :disabled - If set to true, the user will not be able to use this input. # * :include_blank - If set to true, an empty option will be created. If set to a string, the string will be used as the option's content and the value will be empty. # * :prompt - Create a prompt option with blank value and the text asking user to select something. -- cgit v1.2.3