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

ruby-changes:39773

From: nobu <ko1@a...>
Date: Mon, 14 Sep 2015 11:12:32 +0900 (JST)
Subject: [ruby-changes:39773] nobu:r51854 (trunk): Fix typo in racc english documentation [ci skip]

nobu	2015-09-14 11:12:12 +0900 (Mon, 14 Sep 2015)

  New Revision: 51854

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

  Log:
    Fix typo in racc english documentation [ci skip]
    
    * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo, "convertion" to
      "conversion".  [Fix GH-1016]

  Modified files:
    trunk/ChangeLog
    trunk/lib/racc/rdoc/grammar.en.rdoc
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51853)
+++ ChangeLog	(revision 51854)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Sep 14 11:12:10 2015  Anton Davydov  <antondavydov.o@g...>
+
+	* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo, "convertion" to
+	  "conversion".  [Fix GH-1016]
+
 Sun Sep 13 11:03:13 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* include/ruby/ruby.h: prefix RUBY or RB to global symbols to get
Index: lib/racc/rdoc/grammar.en.rdoc
===================================================================
--- lib/racc/rdoc/grammar.en.rdoc	(revision 51853)
+++ lib/racc/rdoc/grammar.en.rdoc	(revision 51854)
@@ -20,7 +20,7 @@ The class block is formed like this: https://github.com/ruby/ruby/blob/trunk/lib/racc/rdoc/grammar.en.rdoc#L20
     [token declarations]
     [expected number of S/R conflicts]
     [options]
-    [semantic value convertion]
+    [semantic value conversion]
     [start rule]
   rule
     GRAMMARS

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

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