commit f9a6aa2eb8c44f61a4070e8c6ff2d7a057268e53
parent 744d9878d3245810619d01b380141083bfc2f635
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 24 Apr 2024 10:29:21 +0200
Update include/clap/ext/draft/undo.h
Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h
@@ -60,7 +60,7 @@ typedef struct clap_undo_delta_properties {
// Bitmask of clap_undo_delta_properties_flags
uint64_t flags;
- // This represent the delta format version that the plugin is using.
+ // This represents the delta format version that the plugin is using.
uint32_t format_version;
} clap_undo_delta_properties_t;