Skip to content

Commit

Permalink
Fixes #4341 - Corrected ValidateRangeKind Enum (#4344)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheGeek authored and sdwheeler committed May 23, 2019
1 parent fa9f8e9 commit cac2d98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ The `ValidateRangeKind` enum allows for the following values:

- `Positive` A number greater than zero
- `Negative` A number less than zero
- `NotPositive` A number less than or equal to zero
- `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

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

0 comments on commit cac2d98

Please sign in to comment.