diff --git a/specification.md b/specification.md index 0a5c0ac..dc8a059 100644 --- a/specification.md +++ b/specification.md @@ -3170,8 +3170,7 @@ export class DocumentSymbol { name: string; /** - * More detail for this symbol, e.g the signature of a function. If not provided the - * name is used. + * More detail for this symbol, e.g the signature of a function. */ detail?: string;