Skip to content

Commit 020d447

Browse files
authored
Fix @[Deprecated] doc comment (#16302)
The gap in the comment lines caused it to be parsed with half the comment lines missing. This commit fills that gap.
1 parent c18aabc commit 020d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotations.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# @[Deprecated("Here may be dragons")]
1414
# class Foo
1515
# end
16-
16+
#
1717
# def foo(bar, @[Deprecated("Do not try this at home")] baz)
1818
# end
1919
# ```

0 commit comments

Comments
 (0)