Skip to content

Commit 1318606

Browse files
committed
Fix a type in protocoll definition
1 parent c59de91 commit 1318606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/features.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120

121121
struct DocumentLink <: Outbound
122122
range::Range
123-
target::Union{String,Missing}
123+
target::Union{DocumentUri,Missing}
124124
tooltip::Union{String,Missing}
125125
data::Union{Any,Missing}
126126
end

0 commit comments

Comments
 (0)