[前][次][番号順一覧][スレッド一覧]

ruby-changes:36981

From: normal <ko1@a...>
Date: Tue, 30 Dec 2014 01:54:47 +0900 (JST)
Subject: [ruby-changes:36981] normal:r49062 (trunk): doc/syntax/literals.rdoc: spelling fix

normal	2014-12-30 01:54:32 +0900 (Tue, 30 Dec 2014)

  New Revision: 49062

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49062

  Log:
    doc/syntax/literals.rdoc: spelling fix

  Modified files:
    trunk/doc/syntax/literals.rdoc
Index: doc/syntax/literals.rdoc
===================================================================
--- doc/syntax/literals.rdoc	(revision 49061)
+++ doc/syntax/literals.rdoc	(revision 49062)
@@ -233,7 +233,7 @@ You can create a hash using symbol keys https://github.com/ruby/ruby/blob/trunk/doc/syntax/literals.rdoc#L233
 
 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 }
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]