Skip to content

Commit

Permalink
Simplify the wording
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Nov 3, 2023
1 parent 858a09f commit bd4809d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/clap/ext/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ enum {
// processed.
CLAP_PARAM_REQUIRES_PROCESS = 1 << 15,

// Indicates that this parameter represents an enumerated value.
// This parameter represents an enumerated value.
// If you set this flag, then you must set CLAP_PARAM_IS_STEPPED too.
// All values from min to max must have a non blank value_to_text().
// All values from min to max must not have a blank value_to_text().
CLAP_PARAM_IS_ENUM = 1 << 16,
};
typedef uint32_t clap_param_info_flags;
Expand Down

0 comments on commit bd4809d

Please sign in to comment.