Skip to content

Commit 106a2fa

Browse files
committed
Fix html tag and bookmark links
1 parent 8512188 commit 106a2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The **MatchResult** class is used to represent the result of a match operation i
1919
| Constructor | Description |
2020
| :--- | :--- |
2121
| [MatchResult(Boolean, SearchPrecisionScore)](matchresult_constructor.md#matchresultboolean-searchprecisionscore-constructor) | Initializes a new instance of the MatchResult class with a success flag and a search precision score. |
22-
| [MatchResult(Boolean, SearchPrecisionScore, List\<Integer\>, Integer)](matchresult_constructor.md#matchresultboolean-searchprecisionscore-list-integer-constructor) | Initializes a new instance of the MatchResult class with a success flag, a search precision score, match data, and a raw score. |
22+
| [MatchResult(Boolean, SearchPrecisionScore, List\<Integer\>, Integer)](matchresult_constructor.md#matchresultboolean-searchprecisionscore-listinteger-integer-constructor) | Initializes a new instance of the MatchResult class with a success flag, a search precision score, match data, and a raw score. |
2323

2424
## Properties
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
88

9-
# Settings.GetSetting<T>(String) Method
9+
# Settings.GetSetting\<T\>(String) Method
1010

1111
## Definition
1212

0 commit comments

Comments
 (0)