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

ruby-changes:28534

From: eregon <ko1@a...>
Date: Sun, 5 May 2013 20:50:03 +0900 (JST)
Subject: [ruby-changes:28534] eregon:r40586 (trunk): * doc/syntax/refinements.rdoc : Fix a missing quote

eregon	2013-05-05 20:49:53 +0900 (Sun, 05 May 2013)

  New Revision: 40586

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

  Log:
    * doc/syntax/refinements.rdoc : Fix a missing quote
      Patch by Robin Dupret. [Fix GH-271]

  Modified files:
    trunk/doc/syntax/refinements.rdoc

Index: doc/syntax/refinements.rdoc
===================================================================
--- doc/syntax/refinements.rdoc	(revision 40585)
+++ doc/syntax/refinements.rdoc	(revision 40586)
@@ -18,7 +18,7 @@ Here is a basic refinement: https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L18
 
   class C
     def foo
-      puts "C#foo
+      puts "C#foo"
     end
   end
 

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

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