Make the point a bit clearer after suggestion from Merijin
[p5sagit/p5-mst-13.2.git] / pod / perlvar.pod
index 6df49c8..98bd657 100644 (file)
@@ -663,10 +663,10 @@ Also see L<Error Indicators>.
 
 =item ${^ENCODING}
 
-The I<object reference> to Encode object used to convert the source
-code to Unicode.  Thanks to this variable your perl script does not
-have to be written in UTF-8.  Default is I<undef>.  The direct
-manipulation of this variable is highly discouraged.  see L<encoding>
+The I<object reference> to the Encode object that is used to convert
+the source code to Unicode.  Thanks to this variable your perl script
+does not have to be written in UTF-8.  Default is I<undef>.  The direct
+manipulation of this variable is highly discouraged.  See L<encoding>
 for more details.
 
 =item $OS_ERROR