ruby-changes:44544
From: sho-h <ko1@a...>
Date: Sun, 6 Nov 2016 09:10:54 +0900 (JST)
Subject: [ruby-changes:44544] sho-h:r56617 (trunk): * doc/standard_library.rdoc: fix a typo [ci skip]
sho-h 2016-11-06 09:10:49 +0900 (Sun, 06 Nov 2016) New Revision: 56617 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56617 Log: * doc/standard_library.rdoc: fix a typo [ci skip] Modified files: trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 56616) +++ doc/standard_library.rdoc (revision 56617) @@ -102,7 +102,7 @@ Psych:: A YAML parser and emitter for Ru https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L102 PTY:: Creates and manages pseudo terminals Readline:: Provides an interface for GNU Readline and Edit Line (libedit) Ripper:: Provides an interface for parsing Ruby programs into S-expressions -SBDM:: Provides a simple file-based key-value store with String keys and values +SDBM:: Provides a simple file-based key-value store with String keys and values Socket:: Access underlying OS socket implementations StringIO:: Pseudo I/O on String objects StringScanner:: Provides lexical scanning operations on a String -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/