Skip to content

Commit

Permalink
Fix broken rdoc-ref caused by a typo (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Dec 14, 2024
1 parent f57025a commit cdc88fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# 2. Constructs the initial session context from [hash
# IRB.conf](rdoc-ref:IRB@Hash+IRB.conf) and from default values; the hash
# content may have been affected by [command-line
# options](rdoc-ref:IB@Command-Line+Options), and by direct assignments in
# options](rdoc-ref:IRB@Command-Line+Options), and by direct assignments in
# the configuration file.
# 3. Assigns the context to variable `conf`.
# 4. Assigns command-line arguments to variable `ARGV`.
Expand Down

0 comments on commit cdc88fe

Please sign in to comment.