Skip to content

Commit

Permalink
undo: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 12, 2024
1 parent e4ee10b commit 7cde675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/undo.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ typedef struct clap_host_undo {
// delta: optional, it is a binary blobs used to perform the undo and redo. When not available
// the host will save the plugin state and use state->load() to perform undo and redo.
// The plugin must be able to perform a redo operation using the delta, though the undo operation
// is only possible if can_undo is true.
// is only possible if delta_can_undo is true.
//
// Note: the provided delta may be used for incremental state saving and crash recovery. The
// plugin can indicate a format version id and the validity lifetime for the binary blobs.
Expand Down

0 comments on commit 7cde675

Please sign in to comment.