summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2019-01-19 23:04:19 +0100
committerAbigail <abigail@abigail.be>2019-01-19 23:04:19 +0100
commit0d9be61591ec1fc57215ffd2a99e978939901ee2 (patch)
treecd167fdd50e69cc4589eebbca17513b8cfa99687
parent1c4b2ed9433b74d1a7bd9b7daa73f2c9c49422df (diff)
downloadperl-0d9be61591ec1fc57215ffd2a99e978939901ee2.tar.gz
Perldelta: spell out '2nd'.
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 045f8e1703..589859c5ed 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -141,7 +141,7 @@ F<t/io/paragraph_mode.t>. [perl #133722].
Fixed a failure to match properly.
An EXACTFish regnode has a finite length it can hold for the string
-being matched. If that length is exceeded, a 2nd node is used for
+being matched. If that length is exceeded, a second node is used for
the next segment of the string, for as many regnodes as are needed.
Care has to be taken where to break the string, in order to deal
multi-character folds in Unicode correctly. If we want to break a