Skip to content

Commit 42c063e

Browse files
committed
Fix linter warnings
1 parent 13b0092 commit 42c063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dereference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function crawl (obj, path, pathFromRoot, parents, processedObjects, dereferenced
100100
* @param {string} pathFromRoot - The path of `$ref` from the schema root
101101
* @param {object[]} parents - An array of the parent objects that have already been dereferenced
102102
* @param {object[]} processedObjects - An array of all the objects that have already been dereferenced
103-
* @param {object} dereferencedCache - An map of all the dereferenced objects
103+
* @param {object} dereferencedCache - An map of all the dereferenced objects
104104
* @param {$Refs} $refs
105105
* @param {$RefParserOptions} options
106106
* @returns {{value: object, circular: boolean}}

0 commit comments

Comments
 (0)