perlop.pod: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 22:13:37 +0000 (16:13 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:05 +0000 (11:15 -0600)
The reason there are links broken to this is that the X<>
were part of the heading, and the spaces between them are
significant

pod/perlop.pod

index c97c331..2cf6101 100644 (file)
@@ -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