Skip to content

Commit 54cadcd

Browse files
author
Dimitri Ratz
committed
A reference can belong to several kinds, but at least to one.
1 parent e3d2875 commit 54cadcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_specifications/lsp/3.18/types/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Represents a reference inside a workspace. A reference has a location and a spec
44
```typescript
55
interface Reference {
66
location: Location;
7-
referenceKind: ReferenceKind;
7+
referenceKind: ReferenceKind[];
88
}
99
```

0 commit comments

Comments
 (0)