Skip to content

Commit d2a7c31

Browse files
committed
whitespace
1 parent e71d63b commit d2a7c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/syntax.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ if $age > 250 { # catch obvious outliers
177177
178178
Multi-line and embedded comments start with a hash character, followed by a
179179
backtick, and then some opening bracketing character, and end with the matching
180-
closing bracketing character. Only the paired characters (), {}, [], and <> are
181-
valid for bounding comment blocks. (Unlike matches and substitutions, where pairs
182-
such as !!, || or @ may be used.) The content can not only span multiple lines,
180+
closing bracketing character. Only the paired characters (), {}, [], and <> are
181+
valid for bounding comment blocks. (Unlike matches and substitutions, where pairs
182+
such as !!, || or @ may be used.) The content can not only span multiple lines,
183183
but can also be embedded inline.
184184
185185
=begin code

0 commit comments

Comments
 (0)