diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-26 14:37:24 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-26 14:37:24 +0000 |
commit | d565cf7b43bf2d70444e003760ca1afa4544044d (patch) | |
tree | 7ebfa62fc47e8179acc168c37012383dd7b7c128 | |
parent | 5983e1be1057c534355c82f7eb8e962e0a68f319 (diff) |
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Wed Dec 26 23:26:15 2012 Keiju Ishitsuka <[email protected]> - * lib/irb/context.rb: IRB::Context#use_readline= has been obsolate + * lib/irb/context.rb: IRB::Context#use_readline= has been obsolete [Bug #6339]. Wed Dec 26 21:32:46 2012 Keiju Ishitsuka <[email protected]> |