Skip to content

Commit

Permalink
Update include/clap/entry.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 Jan 10, 2024
1 parent cbe6b6b commit a898dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern "C" {
// space, both the host and the wrapper will call init() and deinit() and have no means to communicate
// the state.
//
// With clap 1.1.11 and beyond we are changing the spec to indicate that a host should make an
// With CLAP 1.2.0 and beyond we are changing the spec to indicate that a host should make an
// absolute best effort to call init() and deinit() once, and always in matched pairs (for every
// init() which returns true, one deinit() should be called).
//
Expand Down

0 comments on commit a898dee

Please sign in to comment.