Merge pull request #7867 from gkalpak/patch-1

docs(vscode.d.ts): fix typo ("a a" --> "a")
This commit is contained in:
Benjamin Pasero 2016-06-20 15:38:24 +02:00 committed by GitHub
commit 64e08d8f42

2
src/vs/vscode.d.ts vendored
View file

@ -2630,7 +2630,7 @@ declare namespace vscode {
/**
* A diagnostics collection is a container that manages a set of
* [diagnostics](#Diagnostic). Diagnostics are always scopes to a
* a diagnostics collection and a resource.
* diagnostics collection and a resource.
*
* To get an instance of a `DiagnosticCollection` use
* [createDiagnosticCollection](#languages.createDiagnosticCollection).