Skip to content

Commit

Permalink
docs: link to map blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 23, 2019
1 parent dea0b95 commit 1db5982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schematypes.pug
Expand Up @@ -450,7 +450,7 @@ block content

_New in Mongoose 5.1.0_

A `MongooseMap` is a subclass of the built-in [`Map` class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map).
A `MongooseMap` is a subclass of [JavaScript's `Map` class](http://thecodebarbarian.com/the-80-20-guide-to-maps-in-javascript.html).
In these docs, we'll use the terms 'map' and `MongooseMap` interchangeably.
In Mongoose, maps are how you create a nested document with arbitrary keys.

Expand Down

0 comments on commit 1db5982

Please sign in to comment.