X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl58delta.pod;h=295724f0f76de9454e00e5393de232ec00389ff8;hb=cdd94ca776dceea28cef3714a8bc6d873614b2bf;hp=9d955ef8a4d0a85606d6437656bcecfa4f66c7e4;hpb=2359510ddb135dcc6e80153f51cff0a97b20b597;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 9d955ef..295724f 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -2992,7 +2992,7 @@ Using splice() past the end of an array now causes a warning. =item * Malformed Unicode encodings (UTF-8 and UTF-16) cause a lot of warnings, -ad doestrying to use UTF-16 surrogates (which are unimplemented). +as does trying to use UTF-16 surrogates (which are unimplemented). =item *