From: Rafael Garcia-Suarez Date: Sat, 13 Jun 2009 13:49:12 +0000 (+0200) Subject: Nit for the "Missing right brace" error message description X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f5e54b9dbc1f9fd25e7a909a9587232f9f9c7a8;p=p5sagit%2Fp5-mst-13.2.git Nit for the "Missing right brace" error message description --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1dbb3e4..4beacc3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2421,7 +2421,7 @@ can vary from one line to the next. =item Missing right brace on %s -(F) Missing right brace in C<\p{...}> or C<\P{...}>. +(F) Missing right brace in C<\x{...}>, C<\p{...}> or C<\P{...}>. =item Missing right curly or square bracket