This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: Add missing ')'
authorKarl Williamson <khw@cpan.org>
Mon, 6 Mar 2017 19:33:28 +0000 (12:33 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Mar 2017 20:00:57 +0000 (13:00 -0700)
pod/perlfunc.pod

index 5e9e61d..d0c568d 100644 (file)
@@ -2147,7 +2147,7 @@ behavior.
 
 Any S<C<use utf8>> or S<C<no utf8>> declarations within the string have
 no effect, and source filters are forbidden.  (C<unicode_strings>,
-however, can appear within the string.  See also the
+however, can appear within the string.)  See also the
 L<C<evalbytes>|/evalbytes EXPR> operator, which works properly with
 source filters.