Skip to content

Commit

Permalink
Update lib/ruby_lsp/requests/document_link.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Terrasa <[email protected]>
  • Loading branch information
st0012 and Morriar authored Jul 27, 2022
1 parent 9ec0495 commit 26be8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/requests/document_link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Requests
#
# The [document link](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentLink)
# makes `# source://PATH_TO_FILE:line` comments in a Ruby/RBI file clickable if the file exists.
# When the user clicks the link, it'll take the user to that location.
# When the user clicks the link, it'll open that location.
#
# # Example
#
Expand Down

0 comments on commit 26be8eb

Please sign in to comment.