Skip to content

Commit 41502bb

Browse files
authored
Typo fix
Adds a missing `C<>` wrapper to inline code
1 parent 1f3f3e4 commit 41502bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/syntax.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ say "No more";
203203
204204
Curly braces inside the comment can be nested, so in C<#`{ a { b } c }>, the
205205
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
208208
also use multiple curly braces, such as C<#`{{ double-curly-brace }}>, which
209209
might help disambiguate from nested delimiters. You can embed these comments in
210210
expressions, as long as you don't insert them in the middle of keywords or

0 commit comments

Comments
 (0)