From: Nicholas Clark Date: Tue, 25 Aug 2009 14:10:31 +0000 (+0100) Subject: Syle nit - we're not marking things (XS). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a048364ff970856a8a53086d6e9e1ab52c2fd54b;p=p5sagit%2Fp5-mst-13.2.git Syle nit - we're not marking things (XS). --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 3e678aa..6fac051 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -1307,12 +1307,12 @@ Under some circumstances, C<$^R> could incorrectly become undefined =item * -(XS) In various hash functions, passing a pre-computed hash to when the -key is UTF-8 might result in an incorrect lookup. +In the XS API, various hash functions, when passed a pre-computed hash where +the key is UTF-8, might result in an incorrect lookup. =item * -(XS) Including F before F gave a compile-time error +XS code including F before F gave a compile-time error [RT #57176]. =item *