Skip to content

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored Aug 7, 2024
1 parent aa39c68 commit 28d198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MongooseMap extends Map {
* ObjectIds as keys.
*
* Keys also cannot:
* - be named after special properties (like `prototype`, `constructor` and `__proto__`)
* - be named after special properties `prototype`, `constructor`, and `__proto__`
* - start with a dollar sign (`$`)
* - contain any dots (`.`)
*
Expand Down

0 comments on commit 28d198b

Please sign in to comment.