Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/doc/highlighter.cr
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ module Crystal::Doc::Highlighter
case token.type
when :STRING
io << " " unless first
io << token.value
HTML.escape(token.raw, io)
first = false
when :STRING_ARRAY_END
io << ")"

0 comments on commit 060f404

Please sign in to comment.