summaryrefslogtreecommitdiffstats
path: root/lib/parse/lookupStructureFile.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parse/lookupStructureFile.js')
-rw-r--r--lib/parse/lookupStructureFile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse/lookupStructureFile.js b/lib/parse/lookupStructureFile.js
index d4a8f02..36b37f8 100644
--- a/lib/parse/lookupStructureFile.js
+++ b/lib/parse/lookupStructureFile.js
@@ -6,7 +6,7 @@ var findParsableFile = require('./findParsableFile');
@param {Book} book
@param {String} type: one of ["glossary", "readme", "summary", "langs"]
- @return {Promise<File>} The path of the file found, relative
+ @return {Promise<File | Undefined>} The path of the file found, relative
to the book content root.
*/
function lookupStructureFile(book, type) {