Skip to content

Commit

Permalink
fix closing comment code block (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkpagaev committed Apr 9, 2023
1 parent c12e50d commit 22fcb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lucky/routable.cr
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module Lucky::Routable
# # action code here
# end
# end
#
# ```
# Will respond to an `HTTP OPTIONS` request.
macro match(method, path)
{% unless path.starts_with?("/") %}
Expand Down

0 comments on commit 22fcb18

Please sign in to comment.