1
0
Fork 0
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:
T.J. Schuck 2017-08-09 11:09:28 -04:00
parent da589fcc4a
commit 114fdc451b

View file

@ -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