Skip to content

Commit

Permalink
docs: missing typeof
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 2, 2024
1 parent 963ebe1 commit cccc2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/tools/run-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<void | ReturnType<controller['queueToVatObject']>>} deliveryThunk
* @param {() => ERef<void | ReturnType<typeof controller['queueToVatObject']>>} deliveryThunk
* function for enqueueing a delivery and returning the result kpid (if any)
* @param {boolean} [voidResult] whether to ignore the result
* @returns {Promise<any>}
Expand Down

0 comments on commit cccc2e6

Please sign in to comment.