summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 16:13:16 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:05 -0600
commitb8aef2b0726bfc945543456a5a42e4c6758c7c5e (patch)
tree6cf3615b3cde15b16b4c6765a6db0fd4f1b34945
parent89da310e675027a4c4b53d94797e48ef608c7e78 (diff)
downloadperl-b8aef2b0726bfc945543456a5a42e4c6758c7c5e.tar.gz
perlfaq4: Fix broken link
-rw-r--r--pod/perlfaq4.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index eb18743f82..73e181ea2a 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -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;