Skip to content

Commit

Permalink
docs: fix typo in a comment in vat-data-bindings.js (#9590)
Browse files Browse the repository at this point in the history
…s.js





closes: #9589
refs: #9589

## Description


Fix typo in comment in packages/vat-data/src/vat-data-bindings.js

### Security Considerations


### Scaling Considerations


### Documentation Considerations


### Testing Considerations


### Upgrade Considerations
  • Loading branch information
mergify[bot] authored Jun 28, 2024
1 parent 6bc363b commit cab101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vat-data/src/vat-data-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ harden(partialAssign);
* Unlike `provideLazy`, `provide` should be called at most once
* within any vat incarnation with a given `baggage`,`key` pair.
*
* `provide` should only to be used to populate baggage,
* `provide` should only be used to populate baggage,
* where the total number of calls to `provide` must be
* low cardinality, since we keep the bookkeeping to detect collisions
* in normal language-heap memory. All the other baggage-oriented
Expand Down

0 comments on commit cab101e

Please sign in to comment.