提交 41464748 编写于 作者: H HYEWON HWANG 提交者: Kai Maetzel

Fix typo, mismatch whitespaces in comments.

上级 c5c0d68c
......@@ -46,7 +46,7 @@ export interface IFileService {
onDidChangeFileSystemProviderRegistrations: Event<IFileSystemProviderRegistrationEvent>;
/**
* Registeres a file system provider for a certain scheme.
* Registers a file system provider for a certain scheme.
*/
registerProvider(scheme: string, provider: IFileSystemProvider): IDisposable;
......@@ -80,7 +80,7 @@ export interface IFileService {
resolveFiles(toResolve: { resource: URI, options?: IResolveFileOptions }[]): TPromise<IResolveFileResult[]>;
/**
*Finds out if a file identified by the resource exists.
* Finds out if a file identified by the resource exists.
*/
existsFile(resource: URI): TPromise<boolean>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册