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

ruby-changes:43020

From: nobu <ko1@a...>
Date: Sat, 21 May 2016 11:07:37 +0900 (JST)
Subject: [ruby-changes:43020] nobu:r55094 (trunk): methods.rdoc: closing tag

nobu	2016-05-21 11:07:31 +0900 (Sat, 21 May 2016)

  New Revision: 55094

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

  Log:
    methods.rdoc: closing tag
    
    * doc/syntax/methods.rdoc (Method Names): add proper closing tag.
      [Fix GH-1356]

  Modified files:
    trunk/ChangeLog
    trunk/doc/syntax/methods.rdoc
Index: doc/syntax/methods.rdoc
===================================================================
--- doc/syntax/methods.rdoc	(revision 55093)
+++ doc/syntax/methods.rdoc	(revision 55094)
@@ -29,7 +29,7 @@ Ruby programs must be written in a US-AS https://github.com/ruby/ruby/blob/trunk/doc/syntax/methods.rdoc#L29
 UTF-8, ISO-8859-1 etc. In such character sets if the eight bit is set it
 indicates an extended character. Ruby allows method names and other identifiers
 to contain such characters. Ruby programs cannot contain some characters like
-ASCII NUL (<code>\x00<code>).
+ASCII NUL (<code>\x00</code>).
 
 The following are the examples of valid ruby methods:
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 55093)
+++ ChangeLog	(revision 55094)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat May 21 11:07:29 2016  0x01f7  <souk.0x01f7@g...>
+
+	* doc/syntax/methods.rdoc (Method Names): add proper closing tag.
+	  [Fix GH-1356]
+
 Sat May 21 09:26:28 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in (RUBY_CHECK_SETJMP): fix missing macro definition

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

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