Skip to content

Commit cac2d98

Browse files
DCtheGeeksdwheeler
authored andcommitted
Fixes #4341 - Corrected ValidateRangeKind Enum (#4344)
1 parent fa9f8e9 commit cac2d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ The `ValidateRangeKind` enum allows for the following values:
472472

473473
- `Positive` A number greater than zero
474474
- `Negative` A number less than zero
475-
- `NotPositive` A number less than or equal to zero
476-
- `NotNegative` A number greater than or equal to zero
475+
- `NonPositive` A number less than or equal to zero
476+
- `NonNegative` A number greater than or equal to zero
477477

478478
In the following example, the value of the
479479
`Attempts` parameter must be between zero and ten.

0 commit comments

Comments
 (0)