aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-08-02 17:38:56 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2016-08-02 17:38:56 +0000
commit4d288f0b43bf262c8087f088aa6cdff570226a7e (patch)
tree14028624748e8ec977d49893cea69d2cb6ded508 /guides/source/active_support_core_extensions.md
parent70b995a77f3e47c24ae88509066d0cdc4b2d779e (diff)
parenta11abf19ee608ab08558cc7fade0a48a5f9ed91b (diff)
downloadrails-4d288f0b43bf262c8087f088aa6cdff570226a7e.tar.gz
rails-4d288f0b43bf262c8087f088aa6cdff570226a7e.tar.bz2
rails-4d288f0b43bf262c8087f088aa6cdff570226a7e.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index 27478b21a0..aba4c6a97b 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -368,7 +368,7 @@ account.to_query('company[name]')
so its output is ready to be used in a query string.
-Arrays return the result of applying `to_query` to each element with `_key_[]` as key, and join the result with "&":
+Arrays return the result of applying `to_query` to each element with `key[]` as key, and join the result with "&":
```ruby
[3.4, -45.6].to_query('sample')