Add missing # in wrap_parameters RDoc

[ci skip]
This commit is contained in:
Kyle Zhao 2020-05-29 14:51:24 -04:00
parent b7c846afaf
commit bf512f6f4b

@ -189,7 +189,7 @@ def _set_wrapper_options(options)
#
# wrap_parameters Person
# # wraps parameters by determining the wrapper key from Person class
# (+person+, in this case) and the list of attribute names
# # (+person+, in this case) and the list of attribute names
#
# wrap_parameters include: [:username, :title]
# # wraps only +:username+ and +:title+ attributes from parameters.