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

ruby-changes:33422

From: hsbt <ko1@a...>
Date: Wed, 2 Apr 2014 14:55:48 +0900 (JST)
Subject: [ruby-changes:33422] hsbt:r45501 (trunk): * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn

hsbt	2014-04-02 14:55:44 +0900 (Wed, 02 Apr 2014)

  New Revision: 45501

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

  Log:
    * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn
      [fix GH-574][ci skip]

  Modified files:
    trunk/doc/syntax/assignment.rdoc
Index: doc/syntax/assignment.rdoc
===================================================================
--- doc/syntax/assignment.rdoc	(revision 45500)
+++ doc/syntax/assignment.rdoc	(revision 45501)
@@ -354,7 +354,7 @@ Here is an example: https://github.com/ruby/ruby/blob/trunk/doc/syntax/assignment.rdoc#L354
 
   p a # prints 1
 
-Note that these two operators behave more like <code>a || a = 0<code> than
+Note that these two operators behave more like <code>a || a = 0</code> than
 <code>a = a || 0</code>.
 
 == Implicit Array Assignment

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

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