diff options
| author | Eddie Lebow <public@elebow.echo209.net> | 2024-01-21 23:35:59 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-22 04:42:37 +0000 |
| commit | 34315510d34543cf14fe0ac9e8adb1d86b5beebf (patch) | |
| tree | 2de3602fe76d7592f5e5f6c0c6a2704ed7af0da6 | |
| parent | 3b3f03666ae74ed79b5387261c63052c3de0022e (diff) | |
[ruby/irb] Fix documentation typo, `niL` -> `nil`
https://github.com/ruby/irb/commit/79086a9dda
| -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 4de8dda071..5ced3d98a9 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -365,7 +365,7 @@ require_relative "irb/pager" # You can change the initial behavior and suppress all echoing by: # # - Adding to the configuration file: <tt>IRB.conf[:ECHO] = false</tt>. -# (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 <tt>--noecho</tt>. # (The default is <tt>--echo</tt>.) # |
