Skip to content

Commit

Permalink
Reword history file documentation and fix typo (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
elebow authored Jan 25, 2024
1 parent 295797f commit bbabf81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,10 @@
#
# === Input Command History
#
# By default, \IRB stores a history of up to 1000 input commands
# in file <tt>~/.irb_history</tt>
# (or, if a {configuration file}[rdoc-ref:IRB@Configuration+File]
# is found, in file +.irb_history+
# inin the same directory as that file).
# By default, \IRB stores a history of up to 1000 input commands in a
# file named <tt>.irb_history</tt>. The history file will be in the same directory
# as the {configuration file}[rdoc-ref:IRB@Configuration+File] if one is found, or
# in <tt>~/</tt> otherwise.
#
# A new \IRB session creates the history file if it does not exist,
# and appends to the file if it does exist.
Expand Down

0 comments on commit bbabf81

Please sign in to comment.