X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebguts.pod;h=efc979861f4d0848d286323ca4dd900e3ebcebf0;hb=50de6d7ea6627af63fe7cc0e7a62e105a73a0565;hp=02b5ab197b0c56c01d585a9083cafd58038f3ddb;hpb=1c102323748677709a3cb1ae901516a4e38b750e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index 02b5ab1..efc9798 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. -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.