Skip to content

Commit 6faf60b

Browse files
committed
[ci skip] Fix some links that didn't link but now should, you get me?
1 parent ea5397e commit 6faf60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actionview/lib/action_view/helpers/form_options_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module Helpers # :nodoc:
5454
# <option value="3">Rafael</option>
5555
# </select>
5656
#
57-
# * <tt>:index</tt> - like the other form helpers, +select+ can accept an <tt>:index</tt> option to manually set the ID used in the resulting output. Unlike other helpers, +select+ expects this
57+
# * <tt>:index</tt> - like the other form helpers, <tt>select</tt> can accept an <tt>:index</tt> option to manually set the ID used in the resulting output. Unlike other helpers, <tt>select</tt> expects this
5858
# option to be in the +html_options+ parameter.
5959
#
6060
# select("album[]", :genre, %w[ rap rock country ], {}, { index: nil })
@@ -298,7 +298,7 @@ def time_zone_select(object, method, priority_zones = nil, options = {}, html_op
298298
end
299299

300300
# Returns select and option tags for the given object and method, using
301-
# #weekday_options_for_select to generate the list of option tags.
301+
# <tt>weekday_options_for_select</tt> to generate the list of option tags.
302302
def weekday_select(object, method, options = {}, html_options = {}, &block)
303303
Tags::WeekdaySelect.new(object, method, self, options, html_options, &block).render
304304
end

0 commit comments

Comments
 (0)