Skip to content

Commit a4e656b

Browse files
committed
resolved minor typos and text capitalization
Signed-off-by: Abhijay Jain <[email protected]>
1 parent 2cf06b4 commit a4e656b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/monosynth.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ class MonoSynth extends AudioVoice {
7777
* @for p5.MonoSynth
7878
*/
7979
/**
80-
* allow user to set the decay time of the envelope (ADSR) of the MonoSynth class.
80+
* Allows user to set the decay time of the envelope (ADSR) of the MonoSynth class.
8181
* It is a getter and setter that can be used to retrieve or change the decay time.
82-
* used in conjunction with the attack, sustain, and release fields/functions to set the full envelope of the synthesizer.
82+
* Used in conjunction with the attack, sustain, and release fields/functions to set the full envelope of the synthesizer.
8383
* @property {Number} decay
8484
* @for p5.MonoSynth
8585
*/
8686
/**
87-
* allows the user to retrieve and adjust the sustain level of the envelope,
87+
* Allows the user to retrieve and adjust the sustain level of the envelope,
8888
* which controls the level at which the sound is sustained during the sustain phase of the envelope.
8989
* The default sustain level is set to 0.15.
9090
* @property {Number} sustain
9191
* @for p5.MonoSynth
9292
*/
9393
/**
94-
* allows the user to access and change the release time of the envelope.
94+
* Allows the user to access and change the release time of the envelope.
9595
* @property {Number} release
9696
* @for p5.MonoSynth
9797
*/

0 commit comments

Comments
 (0)