We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5be67f commit b1fe93bCopy full SHA for b1fe93b
packages/store/src/legacy/legacyMap.js
@@ -23,7 +23,7 @@ import { assert, details as X, q } from '@agoric/assert';
23
* * A promiseKit used as a value, even though a promiseKit is not
24
* a passable. Solutions are to make it a passable, or to convert
25
* the container back to a conventional JavaScript Map.
26
- * * A mutable array used as a value, that is subsequently mutated.
+ * A mutable array used as a value, that is subsequently mutated.
27
* Freezing the array wouldn't work of course because it would break
28
* the subsequent mutation. Using a far object wrapping an array would
29
* likely work fine.
0 commit comments