Merge pull request #548 from matklad/patch-1

Don't require the detail to be copy of name
This commit is contained in:
Martin Aeschlimann 2018-08-21 18:04:11 +02:00 committed by GitHub
commit b65892bc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;