commit 9fbc411c7c1a915054fe160477ebdaa48089191b parent aaf5745452e4d638f33655a88618dc1c188335fa Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Fri, 19 Apr 2024 22:42:03 +0200 typo Diffstat:
M | include/clap/ext/draft/undo.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h @@ -45,7 +45,7 @@ extern "C" { static CLAP_CONSTEXPR const char CLAP_UNDO_IMPLICIT_PARAM_SET[] = "param-set"; enum clap_undo_context_flags { - // While the host is within a change, it is impossible to perform undo or redo + // While the host is within a change, it is impossible to perform undo or redo. CLAP_UNDO_IS_WITHIN_CHANGE = 1 << 0, };