mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo s/Singelton/Singleton
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
596ca948b1
commit
3ae96e8c6b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ SecureRandom:: Interface for secure random number generator
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue