Skip to content

Commit 098f2c4

Browse files
committed
Deindent
1 parent 490133e commit 098f2c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/variables.pod6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ simplify assignment by flattening by default.
3434
3535
=begin table
3636
37-
Sigil Type constraint Default type Assignment Examples
38-
===== =============== ============ ========== ========
39-
$ Mu (no type constraint) Any item Int, Str, Array, Hash
40-
@ Positional Array list List, Array, Range, Buf
41-
% Associative Hash list Hash, Map, Pair
42-
& Callable Callable item Sub, Method, Block, Routine
37+
Sigil Type constraint Default type Assignment Examples
38+
===== =============== ============ ========== ========
39+
$ Mu (no type constraint) Any item Int, Str, Array, Hash
40+
@ Positional Array list List, Array, Range, Buf
41+
% Associative Hash list Hash, Map, Pair
42+
& Callable Callable item Sub, Method, Block, Routine
4343
4444
=end table
4545

0 commit comments

Comments
 (0)