Skip to content

Commit 990448f

Browse files
Autolink FormBuilder#text_field [ci-skip]
1 parent a154541 commit 990448f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ def id
17701770
# <% end %>
17711771
#
17721772
# In the example above, the <tt><input type="text"></tt> element built by
1773-
# the call to <tt>FormBuilder#text_field</tt> declares an
1773+
# the call to #text_field declares an
17741774
# <tt>aria-describedby</tt> attribute referencing the <tt><span></tt>
17751775
# element, sharing a common <tt>id</tt> root (<tt>article_title</tt>, in this
17761776
# case).

0 commit comments

Comments
 (0)