diff options
author | Tom Wyant <wyant@cpan.org> | 2018-01-20 15:09:00 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-01-20 15:12:41 -0700 |
commit | 85a8548711e75aede72b0a6207a64963e01e198e (patch) | |
tree | a845bd241b3f7ff03ce033a24af4e57f8af9ccf0 /pod/perlre.pod | |
parent | 3093cd0531d6e17e80fd45b92f37e51f523b16b2 (diff) | |
download | perl-85a8548711e75aede72b0a6207a64963e01e198e.tar.gz |
Fix typos in script_run documentation
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 993a08ede8..74f44fedc3 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2470,7 +2470,7 @@ own set. This is because these are often used in commerce even in such scripts. But any mixing of the ASCII and other digits will cause the sequence to not be a script run, failing the match. As an example, - qr/(?script_run: \d+ \b )/x + qr/(+script_run: \d+ \b )/x guarantees that the digits matched will all be from the same set of 10. You won't get a look-alike digit from a different script that has a |