aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
commitb14d4c89f610cd50ec27809257c429df99f99b62 (patch)
treedec7ee96ae05d19c9b205c5b1c4303bb503b6de4 /doc
parent6441bf735451adf8a5bdde5f2d78a57ee4bb6ea0 (diff)
downloadruby-b14d4c89f610cd50ec27809257c429df99f99b62.tar.gz
* 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
Diffstat (limited to 'doc')
-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