From 12c2ad515ee6e85448e45661c1d8deef97c83581 Mon Sep 17 00:00:00 2001 From: normal Date: Mon, 29 Dec 2014 16:54:32 +0000 Subject: doc/syntax/literals.rdoc: spelling fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/syntax/literals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index cc05497dec..ec37fe3c6d 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -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 } -- cgit v1.2.3