mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
remove the typo "@class"
This commit is contained in:
parent
c135ebb57d
commit
d7be64b4d9
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ import { log } from "./util/Debug";
|
|||
export interface BaseToneOptions { }
|
||||
|
||||
/**
|
||||
* @class Tone is the base class of all other classes.
|
||||
* Tone is the base class of all other classes.
|
||||
*
|
||||
* @category Core
|
||||
* @constructor
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue