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

ruby-changes:38341

From: hsbt <ko1@a...>
Date: Sun, 3 May 2015 22:00:11 +0900 (JST)
Subject: [ruby-changes:38341] hsbt:r50422 (trunk): * lib/yaml.rb: fix typo. [ci skip][fix GH-890]

hsbt	2015-05-03 21:59:52 +0900 (Sun, 03 May 2015)

  New Revision: 50422

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

  Log:
    * lib/yaml.rb: fix typo. [ci skip][fix GH-890]
      Patch by @miketheman

  Modified files:
    trunk/ChangeLog
    trunk/lib/yaml.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50421)
+++ ChangeLog	(revision 50422)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun May  3 21:59:48 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* lib/yaml.rb: fix typo. [ci skip][fix GH-890]
+	  Patch by @miketheman
+
 Sun May  3 10:02:12 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* range.c (linear_object_p, range_include): test if covered for
Index: lib/yaml.rb
===================================================================
--- lib/yaml.rb	(revision 50421)
+++ lib/yaml.rb	(revision 50422)
@@ -52,7 +52,7 @@ YAML = Psych # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/yaml.rb#L52
 # For more advanced details on the implementation see Psych, and also check out
 # http://yaml.org for spec details and other helpful information.
 #
-# Pysch is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych
+# Psych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych
 #
 # Syck can also be found on github: https://github.com/tenderlove/syck
 module YAML

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

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