We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9f8e9 commit cac2d98Copy full SHA for cac2d98
reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md
@@ -472,8 +472,8 @@ The `ValidateRangeKind` enum allows for the following values:
472
473
- `Positive` A number greater than zero
474
- `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
+- `NonPositive` A number less than or equal to zero
+- `NonNegative` A number greater than or equal to zero
477
478
In the following example, the value of the
479
`Attempts` parameter must be between zero and ten.
0 commit comments