perlfaq4: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 22:13:16 +0000 (16:13 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:05 +0000 (11:15 -0600)
pod/perlfaq4.pod

index eb18743..73e181e 100644 (file)
@@ -26,7 +26,7 @@ conversions.
 
 To limit the number of decimal places in your numbers, you can use the
 C<printf> or C<sprintf> function.  See
-L<perlop/"Floating Point Arithmetic"> for more details.
+L<perlop/"Floating-point Arithmetic"> for more details.
 
        printf "%.2f", 10/3;