Skip to content

Commit

Permalink
Update include/clap/ext/draft/undo.h
Browse files Browse the repository at this point in the history
Co-authored-by: Dalton Messmer <[email protected]>
  • Loading branch information
abique and messmerd authored Apr 24, 2024
1 parent 66203e6 commit 9b58efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/clap/ext/draft/undo.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ typedef struct clap_host_undo {
// [main-thread]
void(CLAP_ABI *redo)(const clap_host_t *host);

// Subscribes or unsubscribe to undo context info.
// The plugin may only need the context info if it's GUI is shown and it wants to display
// Subscribes to or unsubscribes from undo context info.
// The plugin may only need the context info if its GUI is shown and it wants to display
// undo/redo info.
//
// Initial state is unsubscribed.
Expand Down

0 comments on commit 9b58efd

Please sign in to comment.