mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/syntax/literals.rdoc: spelling fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b66f0cbb33
commit
12c2ad515e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ You can create a hash using symbol keys with the following syntax:
|
|||
|
||||
This same syntax is used for keyword arguments for a method.
|
||||
|
||||
Like Symbol literals, you can qoute symbol keys.
|
||||
Like Symbol literals, you can quote symbol keys.
|
||||
|
||||
{ "a 1": 1, "b #{1 + 1}": 2 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue