Skip to content

Commit 5962d53

Browse files
committed
perldeprecation: Change "out of range" to "out-of-range"
1 parent 755480c commit 5962d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perldeprecation.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ quantifiers, as quote delimiters in C<qI<X>...I<X>> (where I<X> is
465465
the C<chr()> of a large code point), and as the upper limits in
466466
loops.
467467

468-
The use of out of range code points was deprecated in Perl 5.24; as of
468+
The use of out-of-range code points was deprecated in Perl 5.24; as of
469469
Perl 5.28 using a code point exceeding C<IV_MAX> throws a fatal error.
470470

471471
If your code is to run on various platforms, keep in mind that the upper

0 commit comments

Comments
 (0)