In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e10f6b3035d45d63fc33a4eef641e00ca2bfcb6c?hp=28d629a333f9b5b1738a039d5ef374e8d421a7ba>
- Log ----------------------------------------------------------------- commit e10f6b3035d45d63fc33a4eef641e00ca2bfcb6c Author: Matthew Horsfall <[email protected]> Date: Mon Apr 18 17:22:27 2016 -0400 perldelta: Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7298aec..ac75fdb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -619,7 +619,7 @@ L<%s must not be a named sequence in transliteration operator|perldiag/"%s must (F) Transliteration (C<tr///> and C<y///>) transliterates individual characters. But a named sequence by definition is more than an -individual charater, and hence doing this operation on it doesn't make +individual character, and hence doing this operation on it doesn't make sense. =item * -- Perl5 Master Repository
