AS guide: corrects a typo

This commit is contained in:
Xavier Noria 2009-09-09 01:25:14 +02:00 committed by Xavier Noria
parent e433a391d6
commit 5cc55dda3e

@ -257,7 +257,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 <tt>_key_[]</tt> as key, and join the result with "/":
Arrays return the result of applying +to_query+ to each element with <tt>_key_[]</tt> as key, and join the result with "&":
<ruby>
[3.4, -45.6].to_query('sample')