mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix broken RDoc formatting
The `@` ivar format doesn’t work with RDoc's `+` code formatting; needs `<tt>`. [ci skip]
This commit is contained in:
parent
da589fcc4a
commit
114fdc451b
1 changed files with 1 additions and 1 deletions
|
@ -1569,7 +1569,7 @@ module ActionView
|
|||
# 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
|
||||
# modify the underlying template and associates the <tt>@person</tt> model object
|
||||
# with the form.
|
||||
#
|
||||
# The +FormBuilder+ object can be thought of as serving as a proxy for the
|
||||
|
|
Loading…
Reference in a new issue