Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: API docs corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 4, 2019
1 parent 566dd96 commit 041f22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filerepository.js
Expand Up @@ -370,9 +370,9 @@ class FileLoader {
}

/**
* Returns a `Promise` which resolves to a `File` instance associated with this file loader.
* A `Promise` which resolves to a `File` instance associated with this file loader.
*
* @type {Promise.<File>}
* @type {Promise.<File|null>}
*/
get file() {
if ( !this._filePromiseWrapper ) {
Expand Down

0 comments on commit 041f22b

Please sign in to comment.