From 796cb6e7b78b96a625815221e87de9be641175e3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 21 Aug 2018 18:02:58 +0300 Subject: [PATCH] Don't require the detail to be copy of name --- specification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;