summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2024-01-25 11:34:10 +0900
committergit <svn-admin@ruby-lang.org>2024-01-25 09:58:16 +0000
commit819ae2c2c181b3e27e4ba57b66a7e89f1745ff09 (patch)
treecf2003e7b6c8ce4ea8ce68d6578ab6fd3e3fc8bc
parent5f9f46a24cd8c166baa4cdd3ef014b695eed6a0e (diff)
[ruby/irb] assigment ==> assignment
https://github.com/ruby/irb/commit/24c7694467
-rw-r--r--lib/irb.rb2
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>