clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit ae1a397b7daa71e1ba92fb9e5808a62df6668ff2
parent de8a1ce2d2e225768239ffc076c03563c2ef81c7
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 17 Jun 2022 11:07:39 +0200

fix typo

Diffstat:
MChangeLog.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,6 +1,6 @@ # Changes in 1.0.3 -* Fix an inconsistence in `clap_plugin->destroy()` documentation: +* Fix an inconsistency in `clap_plugin->destroy()` documentation: it is now **required** to deactivate the plugin before destroying it. * Improve documentation for `clap_host_params->request_flush()`.