Add [[:blank:]] as suggested in
[p5sagit/p5-mst-13.2.git] / pod / perl56delta.pod
index 16a06c4..5a824ac 100644 (file)
@@ -487,7 +487,7 @@ required for C<< foo(10)->('bar') >>.
 
 =head2 Boolean assignment operators are legal lvalues
 
-Constructs such as C<($x ||= 2) += 1> are now allowed.
+Constructs such as C<($a ||= 2) += 1> are now allowed.
 
 =head2 exists() is supported on subroutine names