electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
848 stars 134 forks source link

Tiny documentation error #91

Closed StaffanMelin closed 3 years ago

StaffanMelin commented 3 years ago

In

https://github.com/electro-smith/DaisySP/blob/master/modules/adsr.h

there is a small typo on line 40:

/** Initializes the ATone module.

Should be

/** Initializes the Adsr module.

Was a bit confusing as it is the base for the documentation! :)

andrewikenberry commented 3 years ago

Thanks for catching this!

Just made a PR to fix it.