Skip to content

Commit 397dc9d

Browse files
committed
Fix typo
1 parent 79b69a8 commit 397dc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/regexes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ installs a named capture with the same name.
479479
480480
If the capture should be of a different name, that can be achieved with the
481481
syntax C<< <capturename=regexname> >>. If no capture at all is desired, a
482-
leading dot will surpress it: C<< <.regexname> >>.
482+
leading dot will suppress it: C<< <.regexname> >>.
483483
484484
Here is a bit more complete (yet still fairly limited) code for parsing ini
485485
files:

0 commit comments

Comments
 (0)