remove the typo "@class"

This commit is contained in:
Vibert Thio 2021-02-25 23:03:45 -05:00
parent c135ebb57d
commit d7be64b4d9

View file

@ -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
*/