summaryrefslogtreecommitdiff
path: root/pod/perldebguts.pod
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-11-04 16:20:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-04 15:18:39 +0000
commit17c338f39c13131c1bc175ef38013b54bc98396d (patch)
tree6d78b23e6ac82fe6976f328d2c220ced01c92654 /pod/perldebguts.pod
parent5186b92385b0f9128e1ee395f50599982d1cf123 (diff)
downloadperl-17c338f39c13131c1bc175ef38013b54bc98396d.tar.gz
Typo correction in perldebguts.pod
Message-ID: <20011104162005.16699.qmail@plover.com> p4raw-id: //depot/perl@12841
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r--pod/perldebguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod
index 02b5ab197b..efc979861f 100644
--- a/pod/perldebguts.pod
+++ b/pod/perldebguts.pod
@@ -612,7 +612,7 @@ table, here split across several lines:
The first line here indicates that the offset/length table contains 45
entries. Each entry is a pair of integers, denoted by C<offset[length]>.
-Entries are numbered starting with, so entry #1 here is C<1[4]> and
+Entries are numbered starting with 1, so entry #1 here is C<1[4]> and
entry #12 is C<5[1]>. C<1[4]> indicates that the node labeled C<1:>
(the C<1: ANYOF[bc]>) begins at character position 1 in the
pre-compiled form of the regex, and has a length of 4 characters.