summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-06-23 07:37:42 -0400
committerJames E Keenan <jkeenan@cpan.org>2022-06-23 07:37:42 -0400
commitfc5fd214d7c4cdb9599aa049e6c577438f89e53e (patch)
treeb2e19781010898baf34b7d82ab3e29366d31a7db /pod/perlreguts.pod
parentdd4d3f69a5f082c6c3cdd2a49512ea7e630b62cb (diff)
downloadperl-fc5fd214d7c4cdb9599aa049e6c577438f89e53e.tar.gz
Remove typo spotted by user poti1
For: https://github.com/Perl/perl5/issues/19885
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index 2c0700f3d6..9610222690 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -795,10 +795,9 @@ specific to each engine.
There are two structures used to store a compiled regular expression.
One, the C<regexp> structure described in L<perlreapi> is populated by
-the engine currently being. used and some of its fields read by perl to
+the engine currently being used and some of its fields read by perl to
implement things such as the stringification of C<qr//>.
-
The other structure is pointed to by the C<regexp> struct's
C<pprivate> and is in addition to C<intflags> in the same struct
considered to be the property of the regex engine which compiled the