mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
Merge pull request #1065 from LukasOpp/dev
Fix documentation typo `paramter` -> `parameter`
This commit is contained in:
commit
92e1ee1ed1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export interface PolySynthOptions<Voice> extends InstrumentOptions {
|
|||
|
||||
/**
|
||||
* PolySynth handles voice creation and allocation for any
|
||||
* instruments passed in as the second paramter. PolySynth is
|
||||
* instruments passed in as the second parameter. PolySynth is
|
||||
* not a synthesizer by itself, it merely manages voices of
|
||||
* one of the other types of synths, allowing any of the
|
||||
* monophonic synthesizers to be polyphonic.
|
||||
|
|
Loading…
Reference in a new issue