File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ if $age > 250 { # catch obvious outliers
177
177
178
178
Multi-line and embedded comments start with a hash character, followed by a
179
179
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,
183
183
but can also be embedded inline.
184
184
185
185
= begin code
You can’t perform that action at this time.
0 commit comments