Skip to content

Commit 8512188

Browse files
committed
Fix bookmark link in ChoiceSetting
1 parent 33085df commit 8512188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choicesetsetting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The **ChoiceSetSetting** class represents a setting that allows users to select
2020

2121
| Constructor | Description |
2222
| :--- | :--- |
23-
| [ChoiceSetSetting(String, List\<Choice\>)](choicesetsetting_constructor.md#choicesetsettingstring-list-constructor) | Initializes a new instance of the **ChoiceSetSetting** class with a specified name and a list of choices. |
24-
| [ChoiceSetSetting(String, String, String, List\<Choice\>)](choicesetsetting_constructor.md#choicesetsettingstring-string-string-list-constructor) | Initializes a new instance of the **ChoiceSetSetting** class with a specified name, description, default value, and a list of choices. |
23+
| [ChoiceSetSetting(String, List\<Choice\>)](choicesetsetting_constructor.md#choicesetsettingstring-listchoice-constructor) | Initializes a new instance of the **ChoiceSetSetting** class with a specified name and a list of choices. |
24+
| [ChoiceSetSetting(String, String, String, List\<Choice\>)](choicesetsetting_constructor.md#choicesetsettingstring-string-string-listchoice-constructor) | Initializes a new instance of the **ChoiceSetSetting** class with a specified name, description, default value, and a list of choices. |
2525

2626
## Nested classes
2727

0 commit comments

Comments
 (0)