File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ say "No more";
203
203
204
204
Curly braces inside the comment can be nested, so in C < #`{ a { b } c } > , the
205
205
comment goes until the very end of the string; this is why if the opening
206
- bracketing character also occurs in the body of the comment, e.g. #`[ This is a
207
- box [ of stuff ] ], it must have a paired closing character, as shown. You may
206
+ bracketing character also occurs in the body of the comment, e.g. C < #`[ This is a
207
+ box [ of stuff ] ] > , it must have a paired closing character, as shown. You may
208
208
also use multiple curly braces, such as C < #`{{ double-curly-brace }} > , which
209
209
might help disambiguate from nested delimiters. You can embed these comments in
210
210
expressions, as long as you don't insert them in the middle of keywords or
You can’t perform that action at this time.
0 commit comments