From 62244a3691d02128ad83e1a02a669dd4b77308bb Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 28 Jul 2017 12:47:47 +0200 Subject: [PATCH] fix typo --- src/vs/vscode.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index a251e46d2ed4e..0463da8d50162 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -4721,8 +4721,8 @@ declare module 'vscode' { export let rootPath: string | undefined; /** - * List of workspace folders or `undefined` when no folder is open, `undefined` when no - * folder has been opened. *Note* that the first entry corresponds to the value of `rootPath`. + * List of workspace folders or `undefined` when no folder is open. + * *Note* that the first entry corresponds to the value of `rootPath`. * * @readonly */