Skip to content

Commit

Permalink
docs: fix memory driver description (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrianevans authored Aug 14, 2023
1 parent 3a0302f commit 9bceefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/6.drivers/memory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memory

Keeps data in memory using [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
Keeps data in memory using [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map).

By default it is mounted to top level so it is unlikely you need to mount it again.

Expand Down

0 comments on commit 9bceefe

Please sign in to comment.