Skip to content

Commit d49f125

Browse files
authored
Merge pull request #16 from choroba/pod-code
Fix POD formatting
2 parents df9b35a + 30c2778 commit d49f125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Number/Fraction.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you use the module in your program in the usual way
7070
7171
use Number::Fraction;
7272
73-
you can then create fraction objects using C<Number::Fraction->new> in
73+
you can then create fraction objects using C<< Number::Fraction->new >> in
7474
a number of ways.
7575
7676
my $f1 = Number::Fraction->new(1, 2);

0 commit comments

Comments
 (0)