Skip to content

Commit

Permalink
Clarify that SymbolInformation.symbol should be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Dec 24, 2024
1 parent 94484d9 commit b15ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ message Descriptor {
// SymbolInformation defines metadata about a symbol, such as the symbol's
// docstring or what package it's defined it.
message SymbolInformation {
// Identifier of this symbol, which can be referenced from `Occurence.symbol`.
// Unique identifier of this symbol, which can be referenced from `Occurence.symbol`.
// The string must be formatted according to the grammar in `Symbol`.
string symbol = 1;
// (optional, but strongly recommended) The markdown-formatted documentation
Expand Down

0 comments on commit b15ae29

Please sign in to comment.