diff options
| author | ydah <13041216+ydah@users.noreply.github.com> | 2024-01-25 11:34:10 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-25 09:58:16 +0000 |
| commit | 819ae2c2c181b3e27e4ba57b66a7e89f1745ff09 (patch) | |
| tree | cf2003e7b6c8ce4ea8ce68d6578ab6fd3e3fc8bc | |
| parent | 5f9f46a24cd8c166baa4cdd3ef014b695eed6a0e (diff) | |
[ruby/irb] assigment ==> assignment
https://github.com/ruby/irb/commit/24c7694467
| -rw-r--r-- | lib/irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index b3b9e0929b..0ff87d5702 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -392,7 +392,7 @@ require_relative "irb/pager" # (The default value for this entry is +niL+, which means the same as +:truncate+.) # - Giving command-line option <tt>--noecho-on-assignment</tt> # or <tt>--echo-on-assignment</tt>. -# (The default is <tt>--truncate-echo-on-assigment</tt>.) +# (The default is <tt>--truncate-echo-on-assignment</tt>.) # # During the session, you can change the current setting # with configuration method <tt>conf.echo_on_assignment=</tt> |
