Skip to content

Commit 61b849d

Browse files
authored
Merge pull request #706 from Nitesh639/soundFile_pan_doc
panValue is not optional
2 parents b6133f9 + f26f938 commit 61b849d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soundfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class SoundFile {
756756
*
757757
* @method pan
758758
* @for p5.SoundFile
759-
* @param {Number} [panValue] Set the stereo panner
759+
* @param {Number} panValue Set the stereo panner
760760
* @param {Number} [timeFromNow] schedule this event to happen
761761
* seconds from now
762762
* @example

0 commit comments

Comments
 (0)