Skip to content

Commit

Permalink
Removed size prop from example
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvogel authored and nick-thompson committed Mar 26, 2024
1 parent 6952ba4 commit ca47832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/reference/tapIn.md
Expand Up @@ -11,7 +11,7 @@ as follows:

```js
core.render(
el.tapOut({name: 'a', size: 22050},
el.tapOut({name: 'a'},
el.mul(
0.5,
el.add(
Expand Down

0 comments on commit ca47832

Please sign in to comment.