Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct mistaken "thunk" comment #1234

Merged
merged 2 commits into from
Jul 22, 2022
Merged

Conversation

erights
Copy link
Contributor

@erights erights commented Jul 18, 2022

Responding to suggestion at Agoric/agoric-sdk#5774 (comment)

When I changed the relevant logic from

  • taking a no-argument thunk parameter and calling thunk()

to

  • taking func and args parameters and calling func(...args)

I forgot to update the documentation to match. This PR fixes that oversight.

@erights erights requested a review from turadg July 18, 2022 03:22
@erights erights self-assigned this Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants