fix double the

This commit is contained in:
Maira Wenzel
2018-08-21 15:23:55 -07:00
committed by GitHub
parent 216c26f670
commit 90f3b1c69a
+1 -1
View File
@@ -2515,7 +2515,7 @@ declare module 'vscode' {
* @param name The name of the symbol.
* @param kind The kind of the symbol.
* @param containerName The name of the symbol containing the symbol.
* @param location The the location of the symbol.
* @param location The location of the symbol.
*/
constructor(name: string, kind: SymbolKind, containerName: string, location: Location);