Skip to content

Commit

Permalink
fix collectionManager.js typo
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Apr 10, 2023
1 parent c260cc8 commit 04e4d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swingset-liveslots/src/collectionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function prefixc(collectionID, dbEntryKey) {
/*
* Build a cache that holds the schema for each collection.
*
* The cache maps colectionID to { keyShape, valueShape, label,
* The cache maps collectionID to { keyShape, valueShape, label,
* schemataCapData }. These are initialized when the collection is
* first constructed, and never modified afterwards. The values live
* in the vatstore, inside two keys, one for the [keyShape,
Expand Down

0 comments on commit 04e4d1b

Please sign in to comment.