Skip to content

Commit 0aaa32c

Browse files
committed
Correct typo and restore generated lib files
Signed-off-by: Akhil Raj <[email protected]>
1 parent 22928e7 commit 0aaa32c

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)