Remove redundant can

Better readability, IMO.
This commit is contained in:
Fábio Beirão 2023-05-26 12:33:26 +02:00
parent 658491fe52
commit ad6bd540a7
No known key found for this signature in database
GPG key ID: 13FD3A2130278AAE

View file

@ -327,7 +327,7 @@ Num range := range
##
## A common use for [Nat] is to store the length ("len" for short) of a
## collection like a [List]. 64-bit systems can represent longer
## lists in memory than 32-bit systems can, which is why the length of a list
## lists in memory than 32-bit systems, which is why the length of a list
## is represented as a [Nat] in Roc.
##
## If any operation would result in an [Int] that is either too big