commit 5ed5ffb321d4022b153f17c8d96dca38fb342dfa
parent b4dc455b6db4193222317fd24926fd1d1624bc76
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 15 Dec 2022 14:29:36 +0100
Update ChangeLog.md
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
@@ -12,7 +12,7 @@
* [param-indication.h](include/clap/ext/draft/param-indication.h): new draft extension which let the host inform the plugin that a parameter is currently mapped to a physical controller
* [remote-controls.h](include/clap/ext/draft/remote-controls.h): new draft extension which replaces `quick-controls.h`
* [resource-directory.h](include/clap/ext/draft/resource-directory.h): new draft extension which lets the plugin save resources in a directory provided by the host
-* [triggers.h](include/clap/ext/draft/triggers.h): new draft extension which exposes triggers to the host, triggers are data less events
+* [triggers.h](include/clap/ext/draft/triggers.h): new draft extension which exposes triggers to the host, triggers are data-less events
### Improved