From cccc2e6c61ab815ee89edb008d567437d90dcbd1 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Fri, 18 Oct 2024 22:22:50 -0500 Subject: [PATCH] docs: missing typeof --- packages/SwingSet/tools/run-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SwingSet/tools/run-utils.js b/packages/SwingSet/tools/run-utils.js index 5c1ed2e4b39..0bb0c5e3866 100644 --- a/packages/SwingSet/tools/run-utils.js +++ b/packages/SwingSet/tools/run-utils.js @@ -17,7 +17,7 @@ export const makeRunUtils = controller => { * Wait for exclusive access to the controller, then before relinquishing that access, * enqueue and process a delivery and return the result. * - * @param {() => ERef>} deliveryThunk + * @param {() => ERef>} deliveryThunk * function for enqueueing a delivery and returning the result kpid (if any) * @param {boolean} [voidResult] whether to ignore the result * @returns {Promise}