Skip to content

Commit 59e2aba

Browse files
committed
style: fix lint
1 parent 50e97de commit 59e2aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/document.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Object.defineProperty(Document.prototype, '$locals', {
308308
* #### Example:
309309
* const user = new User({ name: 'John Smith' });
310310
* user.$isNew; // true
311-
*
311+
*
312312
* await user.save(); // Sends an `insertOne` to MongoDB
313313
*
314314
* On the other hand, if you load an existing document from the database

0 commit comments

Comments
 (0)