Skip to content

Commit

Permalink
Adjust return value in 'FileSystemProvider' API doc
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
Contributed on behalf of STMicroelectronics
  • Loading branch information
sdirix committed Oct 15, 2020
1 parent 8ff85ba commit cf31f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filesystem/src/common/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export interface FileSystemProvider {
* Retrieve the content of a given directory.
* @param resource The `URI` of the directory.
*
* @returns A map containing the {@link FileType} for each child resource (uri).
* @returns A map containing the {@link FileType} for each child resource identified by name.
*/
readdir(resource: URI): Promise<[string, FileType][]>;

Expand Down

0 comments on commit cf31f8f

Please sign in to comment.