Skip to content

Commit c775f62

Browse files
authored
Merge pull request rails#53654 from alexfrstnberg/remove-extra-parenthesis
[Docs] Remove extra parenthesis [ci skip]
2 parents 4e78ce6 + 524d697 commit c775f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_options_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module FormOptionsHelper
105105
#
106106
# Example with <tt>@post.person_id => 2</tt>:
107107
#
108-
# select :post, :person_id, Person.all.collect { |p| [ p.name, p.id ] }, { include_blank: true })
108+
# select :post, :person_id, Person.all.collect { |p| [ p.name, p.id ] }, { include_blank: true }
109109
#
110110
# would become:
111111
#

0 commit comments

Comments
 (0)