Skip to content

Commit fcaf3ec

Browse files
committed
Fix sigil table formatting
1 parent 5b939ec commit fcaf3ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/variables.pod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The sigil serves as a variable indicator and type constraint.
1414
1515
=begin table
1616
17-
Sigil Type constraint Default type Assignment Examples
18-
===== =============== ============ ========== ========
19-
$ Mu (no type constraint) Any item Int, Str, Array, Hash
20-
@ Positional Array list List, Array, Range, Buf
21-
% Associative Hash list Hash, Map, Pair
22-
& Callable Callable item Sub, Method, Block, Routine
17+
Sigil Type constraint Default type Assignment Examples
18+
===== =============== ============ ========== ========
19+
$ Mu (no type constraint) Any item Int, Str, Array, Hash
20+
@ Positional Array list List, Array, Range, Buf
21+
% Associative Hash list Hash, Map, Pair
22+
& Callable Callable item Sub, Method, Block, Routine
2323
2424
=end table
2525

0 commit comments

Comments
 (0)