Skip to content

Commit 6e7d2b5

Browse files
committed
Spelling mistake
1 parent f8647a3 commit 6e7d2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: shared-bindings/audiodelays/Reverb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ MP_PROPERTY_GETSET(audiodelays_reverb_roomsize_obj,
148148
(mp_obj_t)&audiodelays_reverb_set_roomsize_obj);
149149

150150
//| damp: synthio.BlockInput
151-
//| """How reverbrent the area is. 0.0-1.0"""
151+
//| """How much the high frequencies are dampened in the area. 0.0-1.0"""
152152
static mp_obj_t audiodelays_reverb_obj_get_damp(mp_obj_t self_in) {
153153
return common_hal_audiodelays_reverb_get_damp(self_in);
154154
}

0 commit comments

Comments
 (0)