Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Sep 27, 2023
1 parent e520a9e commit 18fc276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Renderer {
// // Render a ref just the same as you would any other node
// core.render(el.lowpass(cutoffFreq, 1, el.in({channel: 0})));
//
// // Subsequent property changes can be made through the property settter returned
// // Subsequent property changes can be made through the property setter returned
// // from the call to createRef
// setCutoffFreq({ value: 440 });
//
Expand Down

0 comments on commit 18fc276

Please sign in to comment.