ruby-changes:28366
From: zzak <ko1@a...>
Date: Tue, 23 Apr 2013 13:03:07 +0900 (JST)
Subject: [ruby-changes:28366] zzak:r40418 (trunk): typo s/Singelton/Singleton
zzak 2013-04-23 13:02:57 +0900 (Tue, 23 Apr 2013) New Revision: 40418 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40418 Log: typo s/Singelton/Singleton Modified files: trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 40417) +++ doc/standard_library.rdoc (revision 40418) @@ -70,7 +70,7 @@ SecureRandom:: Interface for secure rand https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L70 Set:: Provides a class to deal with collections of unordered, unique values Shell:: An idiomatic Ruby interface for common UNIX shell commands Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell -Singleton:: Implementation of the Singelton pattern for Ruby +Singleton:: Implementation of the Singleton pattern for Ruby Synchronizer:: A module that provides a two-phase lock with a counter Tempfile:: A utility class for managing temporary files Test::Unit:: A compatibility layer for MiniTest -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/