diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 16:13:37 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:05 -0600 |
commit | 06ce2fa3ff5f9ba6185d468e159ffce54fbb1605 (patch) | |
tree | 8e52078b0b71dca38325b085e184073cb172a38f /pod | |
parent | b8aef2b0726bfc945543456a5a42e4c6758c7c5e (diff) | |
download | perl-06ce2fa3ff5f9ba6185d468e159ffce54fbb1605.tar.gz |
perlop.pod: Fix broken link
The reason there are links broken to this is that the X<>
were part of the heading, and the spaces between them are
significant
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index c97c331681..2cf6101ca2 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2736,6 +2736,7 @@ integral value. However, C<use integer; ~0> is C<-1> on two's-complement machines. =head2 Floating-point Arithmetic + X<floating-point> X<floating point> X<float> X<real> While C<use integer> provides integer-only arithmetic, there is no |