Skip to content

Commit b7e5ea8

Browse files
committed
cleanup
1 parent 117a69d commit b7e5ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/p5.sound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* <b><a href="#/p5.Convolver">p5.Convolver:</a></b> Extends
2929
* <a href="#/p5.Reverb">p5.Reverb</a> to simulate the sound of real
3030
* physical spaces through convolution.<br/>
31-
* <a href="#/p5.SoundRecorder"p5.SoundRecorder"</a>: Record sound for playback
31+
* <a href="#/p5.SoundRecorder">p5.SoundRecorder</a>: Record sound for playback
3232
* / save the .wav file.
3333
* <br/><br/>
3434
* p5.sound is on <a href="https://github.com/therewasaguy/p5.sound/">GitHub</a>.

src/sndcore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <b><a href="#/p5.Convolver">p5.Convolver:</a></b> Extends
2828
* <a href="#/p5.Reverb">p5.Reverb</a> to simulate the sound of real
2929
* physical spaces through convolution.<br/>
30-
* <a href="#/p5.SoundRecorder"p5.SoundRecorder"</a>: Record sound for playback
30+
* <b><a href="#/p5.SoundRecorder">p5.SoundRecorder</a></b>: Record sound for playback
3131
* / save the .wav file.
3232
* <br/><br/>
3333
* p5.sound is on <a href="https://github.com/therewasaguy/p5.sound/">GitHub</a>.

0 commit comments

Comments
 (0)