docs(SelectMenu): correct a typo
This commit is contained in:
parent
0068a2db3c
commit
f7800efc52
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ type SelectMenu struct {
|
||||||
// This value determines the maximal amount of selected items in the menu.
|
// This value determines the maximal amount of selected items in the menu.
|
||||||
// If MaxValues or MinValues are greater than one then the user can select multiple items in the component.
|
// If MaxValues or MinValues are greater than one then the user can select multiple items in the component.
|
||||||
MaxValues int `json:"max_values,omitempty"`
|
MaxValues int `json:"max_values,omitempty"`
|
||||||
// List of default values for auto-populated select menu.
|
// List of default values for auto-populated select menus.
|
||||||
// NOTE: Number of entries should be in the range defined by MinValues and MaxValues.
|
// NOTE: Number of entries should be in the range defined by MinValues and MaxValues.
|
||||||
DefaultValues []SelectMenuDefaultValue `json:"default_values,omitempty"`
|
DefaultValues []SelectMenuDefaultValue `json:"default_values,omitempty"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue