updating example

This commit is contained in:
Yotam Mann 2019-11-03 22:19:42 -05:00
parent 2e8e52ac2e
commit 28bf547959

View file

@ -126,7 +126,7 @@ export abstract class ToneWithContext<Options extends ToneWithContextOptions> ex
* @example
* import { Oscillator } from "tone";
* const osc = new Oscillator();
* osc.get();
* console.log(osc.get());
* // returns {"type" : "sine", "frequency" : 440, ...etc}
*/
get(): Options {