commit bdc63bd3d96f5a2c5fa72ebd80cb274a36c2e5fa parent feb11fb2df33af87a5c1ef84efc5fe04b124d15c Author: Trinitou <106991375+Trinitou@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:36:56 +0100 fix typo Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -37,7 +37,7 @@ The entry point is declared in [entry.h](include/clap/entry.h). ## Extensions -Most features comes from extensions, which are in fact C interfaces. +Most features come from extensions, which are in fact C interfaces. ```C // host extension const clap_host_log *log = host->extension(host, CLAP_EXT_LOG);