Skip to content

Commit cdc88fe

Browse files
authored
Fix broken rdoc-ref caused by a typo (#1049)
1 parent f57025a commit cdc88fe

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
@@ -75,7 +75,7 @@
7575
# 2. Constructs the initial session context from [hash
7676
# IRB.conf](rdoc-ref:IRB@Hash+IRB.conf) and from default values; the hash
7777
# content may have been affected by [command-line
78-
# options](rdoc-ref:IB@Command-Line+Options), and by direct assignments in
78+
# options](rdoc-ref:IRB@Command-Line+Options), and by direct assignments in
7979
# the configuration file.
8080
# 3. Assigns the context to variable `conf`.
8181
# 4. Assigns command-line arguments to variable `ARGV`.

0 commit comments

Comments
 (0)