Skip to content

Commit 3b37e79

Browse files
authored
Merge pull request #688 from lf32/typo
Correct typo
2 parents 22928e7 + 0aaa32c commit 3b37e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/listener3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Listener3D {
3131
}
3232

3333
// /**
34-
// * Connect an audio sorce
34+
// * Connect an audio source
3535
// * @param {Object} src Input source
3636
// */
3737
process(src) {

src/panner3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Panner3D extends Effect {
4242
}
4343

4444
/**
45-
* Connect an audio sorce
45+
* Connect an audio source
4646
*
4747
* @method process
4848
* @for p5.Panner3D

0 commit comments

Comments
 (0)