提交 dda17ccc 编写于 作者: Y Yu Haidong

Fix typos in ActionView::Helpers::FormBuilder comment [ci skip]

上级 89e051ac
......@@ -1246,7 +1246,7 @@ def default_form_builder_class
# Admin: <%= person_form.check_box :admin %>
# <% end %>
#
# In the above block, the a +FormBuilder+ object is yielded as the
# In the above block, a +FormBuilder+ object is yielded as the
# +person_form+ variable. This allows you to generate the +text_field+
# and +check_box+ fields by specifying their eponymous methods, which
# modify the underlying template and associates the +@person+ model object
......@@ -1267,6 +1267,7 @@ def default_form_builder_class
# )
# )
# end
# end
#
# The above code creates a new method +div_radio_button+ which wraps a div
# around the new radio button. Note that when options are passed in, you
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册