mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Remove crystal syntax highliting
This commit is contained in:
parent
2f9ba27811
commit
fedc29ceb6
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ module Ameba::Rules
|
|||
#
|
||||
# For example, this is considered invalid:
|
||||
#
|
||||
# ```crystal
|
||||
# ```
|
||||
# unless !s.empty?
|
||||
# :ok
|
||||
# end
|
||||
|
@ -11,7 +11,7 @@ module Ameba::Rules
|
|||
#
|
||||
# And should be rewritten to the following:
|
||||
#
|
||||
# ```crystal
|
||||
# ```
|
||||
# if s.emtpy?
|
||||
# :ok
|
||||
# end
|
||||
|
|
Loading…
Reference in a new issue