File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces
13
13
14
14
Created: 10 Aug 2004
15
15
16
- Last Modified: 04 Sep 2012
17
- Version: 269
16
+ Last Modified: 25 Nov 2012
17
+ Version: 270
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
@@ -4334,7 +4334,8 @@ delimiter. Leading whitespace equivalent to the indentation of the
4334
4334
delimiter will be removed from all preceding lines. If a line is
4335
4335
deemed to have less whitespace than the terminator, only whitespace
4336
4336
is removed, and a warning may be issued. (Hard tabs will be assumed
4337
- to be C<< ($?TABSTOP // 8) >> spaces, but as long as tabs and spaces are used consistently
4337
+ to align to the next multiple of C<< ($?TABSTOP // 8) >> spaces,
4338
+ but as long as tabs and spaces are used consistently
4338
4339
that doesn't matter.) A null terminating delimiter terminates on
4339
4340
the next line consisting only of whitespace, but such a terminator
4340
4341
will be assumed to have no indentation. (That is, it's assumed to
You can’t perform that action at this time.
0 commit comments