Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in code example
  • Loading branch information
Jan-Olof Hendig committed Jun 3, 2016
1 parent 91eaf67 commit 57e3a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Rational.pod
Expand Up @@ -54,7 +54,7 @@ base C<$base>. The second element is the one that repeats. For example:
my ($non-rep, $repeating) = (19/3).base-repeating(10);
say $non-rep; # 6.
say $rep; # 3
say $repeating; # 3
printf '%s(%s)', $non-rep, $repeating; # 6.(3)
19/3 is 6.333333... with the 3 repeating indefinitely.
Expand Down

0 comments on commit 57e3a6a

Please sign in to comment.