This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191050a
)
typo fix for reapi pod
author
David Steinbrunner
<dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:29:06 +0000
(07:29 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Sat, 25 May 2013 13:27:24 +0000
(15:27 +0200)
pod/perlreapi.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlreapi.pod
b/pod/perlreapi.pod
index
eaaa179
..
3d0962a
100644
(file)
--- a/
pod/perlreapi.pod
+++ b/
pod/perlreapi.pod
@@
-226,7
+226,7
@@
faster than C<unpack>.
=item RXf_NO_INPLACE_SUBST
Added in perl 5.18.0, this flag indicates that a regular expression might
-perform an operation that would interfere with inplace substituion. For
+perform an operation that would interfere with inplace substitu
t
ion. For
instance it might contain lookbehind, or assign to non-magical variables
(such as $REGMARK and $REGERROR) during matching. C<s///> will skip
certain optimisations when this is set.