Skip to content

Commit

Permalink
Fixed comment, ashitov++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 16, 2018
1 parent 2035447 commit 6977680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Rat.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# XXX: should be Rational[Int, UInt64]
# XXX: should be Rational[Int, uint]
my class Rat is Cool does Rational[Int, Int] {
method Rat (Rat:D: Real $?) { self }
method FatRat(Rat:D: Real $?) { FatRat.new($!numerator, $!denominator); }
Expand Down

0 comments on commit 6977680

Please sign in to comment.