Skip to content

Commit

Permalink
Merge pull request IvanMathy#224 from karina-drummer/patch-1
Browse files Browse the repository at this point in the history
Fix main() example param name
  • Loading branch information
IvanMathy authored Mar 16, 2021
2 parents 0253622 + 16d4e68 commit 775e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boop/Documentation/CustomScripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Your script will be kept alive in its own virtual machine, retaining context and

```js

function main(input) {
function main(state) {
// Do something useful here (or not)
}

Expand Down

0 comments on commit 775e1b9

Please sign in to comment.