We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9b35a + 30c2778 commit d49f125Copy full SHA for d49f125
lib/Number/Fraction.pm
@@ -70,7 +70,7 @@ If you use the module in your program in the usual way
70
71
use Number::Fraction;
72
73
-you can then create fraction objects using C<Number::Fraction->new> in
+you can then create fraction objects using C<< Number::Fraction->new >> in
74
a number of ways.
75
76
my $f1 = Number::Fraction->new(1, 2);
0 commit comments