From b7df7f2a165e1f9b316c5e26b49739dfd9d1a8d8 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 14 Dec 2024 19:30:50 +0000 Subject: [PATCH] Fix broken rdoc-ref caused by a typo --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb.rb b/lib/irb.rb index de1cdf026..3aff5deff 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -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`.