Skip to content

Commit

Permalink
Updated StatOptions param descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nip3o committed Nov 8, 2019
1 parent e8ba3f5 commit 470faf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/core-plugin-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,11 @@ export interface GetUriOptions {

export interface StatOptions {
/**
* The path of the directory to remove
* The path of the file to get data about
*/
path: string;
/**
* The FilesystemDirectory to remove the directory from
* The FilesystemDirectory to get the file under
*/
directory?: FilesystemDirectory;
}
Expand Down

0 comments on commit 470faf5

Please sign in to comment.