Skip to content

Commit 11ebd4e

Browse files
committed
Tidy up comment indentation
1 parent 3797b70 commit 11ebd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/markup/to_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def handle_RDOCLINK(url) # :nodoc:
9898

9999
gen_url CGI.escapeHTML(url), CGI.escapeHTML(text)
100100
when /^rdoc-image:/
101-
# Split the string after "rdoc-image:" into url and alt.
101+
# Split the string after "rdoc-image:" into url and alt.
102102
# "path/to/image.jpg:alt text" => ["path/to/image.jpg", "alt text"]
103103
# "http://example.com/path/to/image.jpg:alt text" => ["http://example.com/path/to/image.jpg", "alt text"]
104104
url, alt = $'.split(/:(?!\/)/, 2)

0 commit comments

Comments
 (0)