From 2dc5f6acb3f2140bb7102ce4fa2a3a480d5840bf Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Sun, 21 Jan 2024 23:35:59 -0500 Subject: [PATCH] Fix documentation typo, `niL` -> `nil` --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) #