mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
pod: fix usage of plural vs singular in doc files
This commit is contained in:
parent
caff78217d
commit
c97b3f4b8a
@ -1022,7 +1022,7 @@ L<Unicode::Casing>, which provides improved functionality.
|
||||
The following module will be removed from the core distribution in a
|
||||
future release, and should be installed from CPAN instead. Distributions
|
||||
on CPAN that require this should add it to their prerequisites. The
|
||||
core version of these module now issues a deprecation warning.
|
||||
core version of this module now issues a deprecation warning.
|
||||
|
||||
If you ship a packaged version of Perl, either alone or as part of a
|
||||
larger system, then you should carefully consider the repercussions of
|
||||
|
||||
@ -636,7 +636,7 @@ scripts, Katakana and Hiragana, but nowhere else. The C<Script>
|
||||
property places all characters that are used in multiple scripts in the
|
||||
C<Common> script, while the C<Script_Extensions> property places those
|
||||
that are used in only a few scripts into each of those scripts; while
|
||||
still using C<Common> for those used in many scripts. Thus both these
|
||||
still using C<Common> for those used in many scripts. Thus both of these
|
||||
match:
|
||||
|
||||
"0" =~ /\p{sc=Common}/ # Matches
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user