Skip to content

Commit

Permalink
Merge pull request #8060 from bdsl/patch-8
Browse files Browse the repository at this point in the history
Clarify in docs that zero is not considered a positive-int
  • Loading branch information
orklah committed Jun 6, 2022
2 parents f47b418 + c064edc commit d55988a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/type_syntax/scalar_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The type `scalar` is the supertype of all scalar types.

### positive-int

`positive-int` allows only positive integers
`positive-int` allows only positive integers (equivalent to `int<1, max>`)

### numeric

Expand Down

0 comments on commit d55988a

Please sign in to comment.