summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-22 17:16:15 +0000
committerkouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-22 17:16:15 +0000
commit433095e50e2011974680740b2202e87854ddf56a (patch)
tree9a19fd022325b381cbefb638037a9e14788cb21a /doc
parentb043284bfe51791d39ff4a8644fcf7ab96e8619b (diff)
* doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 77ecf74178..92a499ec6c 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -164,7 +164,7 @@ Compatible
* Readline
o Readline.vi_editing_mode?
o Readline.emacs_editing_mode?
- o Readline.HISTORY::clear
+ o Readline::HISTORY.clear
* Misc. new methods
o public_send
o GC.count