Skip to content

Commit 2c03626

Browse files
authored
expand
use 'curly braces' (not brackets) to match other parts of the docs
1 parent 8897bc7 commit 2c03626

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
@@ -141,7 +141,7 @@ it's a mistake to use it with uppercase `S///`, because you can't
141141
retrieve the modified string. The correct way is to alias the given
142142
string by some other method, such as a `for` loop or, as is shown in the
143143
example above, with a `given` block (in this case, it's a postfix form
144-
of it, without curlies).
144+
of it, without curly braces).
145145
146146
Both operators can take the same adverbs as the
147147
L<.subst method|/routine/subst>, which go between the `s`/`S` and the opening

0 commit comments

Comments
 (0)