Skip to content

Commit 973f676

Browse files
committed
Use instance return type
1 parent 41845af commit 973f676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/requests/support/source_uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Source < URI::File
2929
attr_reader :gem_version
3030

3131
class << self
32-
#: (gem_name: String, gem_version: String?, path: String, line_number: String?) -> URI::Source
32+
#: (gem_name: String, gem_version: String?, path: String, line_number: String?) -> instance
3333
def build(gem_name:, gem_version:, path:, line_number:)
3434
super(
3535
{

0 commit comments

Comments
 (0)