Skip to content

Commit dc55e28

Browse files
committed
Fix syntax of example <* < foo bar baz > >
1 parent 419d760 commit dc55e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-regex.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ any of:
18811881
s/ ^ D<*t|euteronomy> $ /deut/ or
18821882
...
18831883

1884-
/ (<* <foo bar baz> >) /
1884+
/ (<* < foo bar baz > >) /
18851885

18861886
/ <short=*@abbrev> / and return %long{$<short>} || $<short>;
18871887

0 commit comments

Comments
 (0)