Skip to content

Commit 3157e72

Browse files
authored
Fix Rat parametarization
(even tho rakudo doesn't yet implement it as a native type, it's better than a type that doesn't exist) rakudo/rakudo@cf15435575 rakudo/rakudo@6977680bd9
1 parent cfea1b4 commit 3157e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Rat.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Rational number (limited-precision)
66
7-
class Rat is Cool does Rational[Int, UInt64] { }
7+
class Rat is Cool does Rational[Int, uint64] { }
88
99
C<Rat> objects store rational numbers as a pair of a numerator and
1010
denominator. Number literals with a dot but without exponent produce

0 commit comments

Comments
 (0)