Skip to content

Commit 79086a9

Browse files
elebowhsbt
authored andcommitted
Fix documentation typo, niL -> nil
1 parent f052097 commit 79086a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
# You can change the initial behavior and suppress all echoing by:
366366
#
367367
# - Adding to the configuration file: <tt>IRB.conf[:ECHO] = false</tt>.
368-
# (The default value for this entry is +niL+, which means the same as +true+.)
368+
# (The default value for this entry is +nil+, which means the same as +true+.)
369369
# - Giving command-line option <tt>--noecho</tt>.
370370
# (The default is <tt>--echo</tt>.)
371371
#

0 commit comments

Comments
 (0)