mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
Add "Vcpkg" variant; fix typo in IsValid property comment
Updated expect.txt to include the "Vcpkg" variant assignment. Fixed a duplicated word typo in the XML comment for the IsValid property in VcpFeatureValue.cs.
This commit is contained in:
1
.github/actions/spell-check/expect.txt
vendored
1
.github/actions/spell-check/expect.txt
vendored
@@ -1951,7 +1951,6 @@ vcamp
|
|||||||
VCENTER
|
VCENTER
|
||||||
vcgtq
|
vcgtq
|
||||||
VCINSTALLDIR
|
VCINSTALLDIR
|
||||||
VCP
|
|
||||||
Vcp
|
Vcp
|
||||||
vcp
|
vcp
|
||||||
vcpcodes
|
vcpcodes
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace PowerDisplay.Common.Models
|
|||||||
public int Maximum { get; }
|
public int Maximum { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether whether the value information is valid
|
/// Gets a value indicating whether the value information is valid
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsValid { get; }
|
public bool IsValid { get; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user