diff --git a/lib/mathn.rb b/lib/mathn.rb index f122a98..ee229dc 100644 --- a/lib/mathn.rb +++ b/lib/mathn.rb @@ -68,7 +68,7 @@ class Integer remove_method :/ ## - # +/+ defines the Rational division for Bignum. + # +/+ defines the Rational division for Integer. # # (2**72) / ((2**70) * 3) # => 4/3