Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 28, 2017
1 parent f98ecab commit 62244a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 62244a3

Please sign in to comment.