Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expand
use 'curly braces' (not brackets) to match other parts of the docs
  • Loading branch information
coke committed Oct 19, 2016
1 parent 8897bc7 commit 2c03626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -141,7 +141,7 @@ it's a mistake to use it with uppercase `S///`, because you can't
retrieve the modified string. The correct way is to alias the given
string by some other method, such as a `for` loop or, as is shown in the
example above, with a `given` block (in this case, it's a postfix form
of it, without curlies).
of it, without curly braces).
Both operators can take the same adverbs as the
L<.subst method|/routine/subst>, which go between the `s`/`S` and the opening
Expand Down

0 comments on commit 2c03626

Please sign in to comment.