Skip to content

Commit 4f87ac6

Browse files
authored
Fix markdown in Code Lens docs (#432)
1 parent 74a54d4 commit 4f87ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/ruby_lsp_rails/code_lens.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module Rails
5151
# class AddFirstNameToUsers < ActiveRecord::Migration[7.1]
5252
# # ...
5353
# end
54-
# ````
54+
# ```
5555
#
5656
# The code lenses will be displayed above the class and above each test method.
5757
#

0 commit comments

Comments
 (0)