Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update following styleguide
  • Loading branch information
antoniogamiz committed Mar 2, 2019
1 parent 432d54b commit 839c6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Rational.pod6
Expand Up @@ -9,7 +9,8 @@
C<Rational> is the common role for numbers that are stored as pairs of numerator
and denominator. It is parameterized by the types of the numerator (C<NuT>) and
denominator (C<DeT>). By default, these are C<Int>, but other types of
C<Rational> are possible by using a different parameterization. In addition, C<Rational> objects are immutable throughout their life.
C<Rational> are possible by using a different parameterization. In addition,
C<Rational> objects are immutable throughout their life.
class Positive does Rational[UInt] {};
Expand Down

0 comments on commit 839c6ba

Please sign in to comment.