Skip to content

Commit b1fe93b

Browse files
erightsFUDCo
authored andcommitted
fix: keys but no patterns yet
1 parent f5be67f commit b1fe93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/store/src/legacy/legacyMap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { assert, details as X, q } from '@agoric/assert';
2323
* * A promiseKit used as a value, even though a promiseKit is not
2424
* a passable. Solutions are to make it a passable, or to convert
2525
* the container back to a conventional JavaScript Map.
26-
* * A mutable array used as a value, that is subsequently mutated.
26+
* A mutable array used as a value, that is subsequently mutated.
2727
* Freezing the array wouldn't work of course because it would break
2828
* the subsequent mutation. Using a far object wrapping an array would
2929
* likely work fine.

0 commit comments

Comments
 (0)