From 041f22b7eecf8f326656ac8ed777452508784633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Fri, 4 Jan 2019 16:32:12 +0100 Subject: [PATCH] Docs: API docs corrections. --- src/filerepository.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filerepository.js b/src/filerepository.js index 411b1af..c4fb8c0 100644 --- a/src/filerepository.js +++ b/src/filerepository.js @@ -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.} + * @type {Promise.} */ get file() { if ( !this._filePromiseWrapper ) {