Skip to content

Commit b15ae29

Browse files
committed
Clarify that SymbolInformation.symbol should be unique
1 parent 94484d9 commit b15ae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scip.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ message Descriptor {
231231
// SymbolInformation defines metadata about a symbol, such as the symbol's
232232
// docstring or what package it's defined it.
233233
message SymbolInformation {
234-
// Identifier of this symbol, which can be referenced from `Occurence.symbol`.
234+
// Unique identifier of this symbol, which can be referenced from `Occurence.symbol`.
235235
// The string must be formatted according to the grammar in `Symbol`.
236236
string symbol = 1;
237237
// (optional, but strongly recommended) The markdown-formatted documentation

0 commit comments

Comments
 (0)