Skip to content

Commit c3a1ccd

Browse files
committed
curly braces
1 parent 4b0a19a commit c3a1ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You can also use a different delimiter:
173173
say $str; # OUTPUT: «fox den␤»
174174
175175
Non-paired characters can simply replace the original slashes. Paired
176-
characters, like braces, are used only on the match portion, with the
176+
characters, like curly braces, are used only on the match portion, with the
177177
substitution given by assignment (of anything: a string, a routine call, etc.).
178178
179179
=head2 X«C<S///> non-destructive substitution»

0 commit comments

Comments
 (0)