We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548e1ee commit 61b22ceCopy full SHA for 61b22ce
src/oscillator.js
@@ -219,7 +219,7 @@ define(function (require) {
219
* @method getAmp
220
* @for p5.Oscillator
221
*
222
- * @return {number} Amplitude value between 0.0 and 1.0
+ * @returns {number} Amplitude value between 0.0 and 1.0
223
*/
224
p5.Oscillator.prototype.getAmp = function() {
225
return this.output.gain.value;
0 commit comments