From cab101ec0aa316d6407687088e5f088e972da5e2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:34:58 +0000 Subject: [PATCH] docs: fix typo in a comment in vat-data-bindings.js (#9590) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …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 --- packages/vat-data/src/vat-data-bindings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vat-data/src/vat-data-bindings.js b/packages/vat-data/src/vat-data-bindings.js index f336d606ea0..d4dfd34ae9c 100644 --- a/packages/vat-data/src/vat-data-bindings.js +++ b/packages/vat-data/src/vat-data-bindings.js @@ -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