Skip to content

Commit

Permalink
style(ArraySubdocument): fix casing of jsdoc field
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 30, 2022
1 parent b3074c3 commit 5cdc9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/ArraySubdocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const documentArrayParent = require('../helpers/symbols').documentArrayParent;
* @param {Object} obj js object returned from the db
* @param {MongooseDocumentArray} parentArr the parent array of this document
* @param {Boolean} skipId
* @param {Object} Fields
* @param {Object} fields
* @param {Number} index
* @inherits Document
* @api private
Expand Down

0 comments on commit 5cdc9ef

Please sign in to comment.