Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct statement
  • Loading branch information
tbrowder committed Aug 31, 2016
1 parent 68b6859 commit 7bdd250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/UInt.pod6
Expand Up @@ -9,7 +9,7 @@ The C<UInt> is defined as a subset of C<Int>:
=for code :skip-test
my subset UInt of Int where * >= 0;
Consequently it can be instantiated or subclassed; however, that shouldn't affect most normal uses.
Consequently, it cannot be instantiated or subclassed; however, that shouldn't affect most normal uses.
Some examples of its behavior and uses:
Expand Down

0 comments on commit 7bdd250

Please sign in to comment.