We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477c30e commit 876fac4Copy full SHA for 876fac4
regcomp.c
@@ -21866,7 +21866,7 @@ Perl_regfree_internal(pTHX_ REGEXP * const rx)
21866
After all of the core data stored in struct regexp is duplicated
21867
the regexp_engine.dupe method is used to copy any private data
21868
stored in the *pprivate pointer. This allows extensions to handle
21869
- any duplication it needs to do.
+ any duplication they need to do.
21870
21871
See pregfree() and regfree_internal() if you change anything here.
21872
*/
0 commit comments