Skip to content

Commit aa85248

Browse files
committed
Merge branch 'master' of github.com:ahalbert/doc
2 parents b0c9044 + 3bdc823 commit aa85248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ say "foo[bar][baz]".match(/../, :2nd); # 「o[」
216216
say "foo[bar][baz]".match(/../, :3rd); # 「ba」
217217
say "foo[bar][baz]".match(/../, :4th); # 「r]」
218218
say "foo[bar][baz]bada".match('ba', :x(2)); # (「ba」 「ba」)
219+
219220
=end code
220221
221222

0 commit comments

Comments
 (0)