summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 00:10:49 +0000
committersho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 00:10:49 +0000
commit840d23cb080c3f2d33dafe8de7f7feb04b0e0739 (patch)
treedec7ee96ae05d19c9b205c5b1c4303bb503b6de4
parenta2acbf4b02ce8a68efcb58c2d920f919f3da4aec (diff)
* doc/standard_library.rdoc: fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 6aba37dbfa..d97e09e977 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -102,7 +102,7 @@ Psych:: A YAML parser and emitter for Ruby
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