mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix markup of controllers guide
This commit is contained in:
parent
0ddae9fcf6
commit
3aa3880cfb
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ The permitted scalar types are `String`, `Symbol`, `NilClass`,
|
|||
`StringIO`, `IO`, `ActionDispatch::Http::UploadedFile` and
|
||||
`Rack::Test::UploadedFile`.
|
||||
|
||||
To declare that the value in `params+ must be an array of permitted
|
||||
To declare that the value in `params` must be an array of permitted
|
||||
scalar values map the key to an empty array:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue