From: Rafael Garcia-Suarez Date: Thu, 25 Feb 2010 07:21:07 +0000 (+0100) Subject: Typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a42901aff3d8b1b6b3eecdf30fe579a4456c4ca8;p=p5sagit%2Fp5-mst-13.2.git Typo fix --- diff --git a/lib/bytes.pm b/lib/bytes.pm index 918c8ee..8065a04 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -40,7 +40,7 @@ has since been superseded. It breaks encapsulation (i.e. it exposes the innards of how the perl executable currently happens to store a string), and use of this module for anything other than debugging purposes is strongly discouraged. If you feel that the functions here within might be -useful for your application, this possibly indicates a mismatch beteen +useful for your application, this possibly indicates a mismatch between your mental model of Perl Unicode and the current reality. In that case, you may wish to peruse some of the perl Unicode documentation: L, L, L and L.