Skip to content

Commit cc73d1d

Browse files
authored
Merge pull request #708 from Nitesh639/start_stop
start_stop doc
2 parents f0242b3 + e437b91 commit cc73d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oscillator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Oscillator {
152152
*
153153
* Starting an oscillator on a user gesture will enable audio in browsers
154154
* that have a strict autoplay policy, including Chrome and most mobile
155-
* devices. See also: `userStartAudio()`.
155+
* devices. See also: <a href="#/p5/userStartAudio">userStartAudio()</a>.
156156
*
157157
* @method start
158158
* @for p5.Oscillator
@@ -202,7 +202,7 @@ class Oscillator {
202202
*
203203
* @method stop
204204
* @for p5.Oscillator
205-
* @param {Number} secondsFromNow Time, in seconds from now.
205+
* @param {Number} [secondsFromNow] Time, in seconds from now.
206206
*/
207207
stop(time) {
208208
if (this.started) {

0 commit comments

Comments
 (0)