fix markup of controllers guide

This commit is contained in:
Mikhail Dieterle 2013-03-16 01:02:21 +03:00
parent 0ddae9fcf6
commit 3aa3880cfb
1 changed files with 1 additions and 1 deletions

View File

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