Skip to content

Commit

Permalink
fix: keys but no patterns yet
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored and FUDCo committed Feb 3, 2022
1 parent f5be67f commit b1fe93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/legacy/legacyMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { assert, details as X, q } from '@agoric/assert';
* * A promiseKit used as a value, even though a promiseKit is not
* a passable. Solutions are to make it a passable, or to convert
* the container back to a conventional JavaScript Map.
* * A mutable array used as a value, that is subsequently mutated.
* A mutable array used as a value, that is subsequently mutated.
* Freezing the array wouldn't work of course because it would break
* the subsequent mutation. Using a far object wrapping an array would
* likely work fine.
Expand Down

0 comments on commit b1fe93b

Please sign in to comment.