Skip to content

Commit

Permalink
[ruby/irb] [DOC] Fix formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 authored and matzbot committed Jun 20, 2022
1 parent 2d4a41d commit 5ca2335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/irb.rb
Expand Up @@ -105,9 +105,9 @@
# IRB reads a personal initialization file when it's invoked.
# IRB searches a file in the following order and loads the first one found.
#
# * +$IRBRC+ (if +$IRBRC+ is set)
# * +$XDG_CONFIG_HOME/irb/irbrc+ (if +$XDG_CONFIG_HOME+ is set)
# * +~/.irbrc+
# * <tt>$IRBRC</tt> (if <tt>$IRBRC</tt> is set)
# * <tt>$XDG_CONFIG_HOME/irb/irbrc</tt> (if <tt>$XDG_CONFIG_HOME</tt> is set)
# * <tt>~/.irbrc</tt>
# * +.config/irb/irbrc+
# * +.irbrc+
# * +irb.rc+
Expand Down

0 comments on commit 5ca2335

Please sign in to comment.