diff --git a/lib/irb.rb b/lib/irb.rb index 4de8dda07..5ced3d98a 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -365,7 +365,7 @@ # You can change the initial behavior and suppress all echoing by: # # - Adding to the configuration file: IRB.conf[:ECHO] = false. -# (The default value for this entry is +niL+, which means the same as +true+.) +# (The default value for this entry is +nil+, which means the same as +true+.) # - Giving command-line option --noecho. # (The default is --echo.) #