Skip to content

Commit

Permalink
Fix sigil table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Jan 12, 2016
1 parent 5b939ec commit fcaf3ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/Language/variables.pod
Expand Up @@ -14,12 +14,12 @@ The sigil serves as a variable indicator and type constraint.
=begin table
Sigil Type constraint Default type Assignment Examples
===== =============== ============ ========== ========
$ Mu (no type constraint) Any item Int, Str, Array, Hash
@ Positional Array list List, Array, Range, Buf
% Associative Hash list Hash, Map, Pair
& Callable Callable item Sub, Method, Block, Routine
Sigil Type constraint Default type Assignment Examples
===== =============== ============ ========== ========
$ Mu (no type constraint) Any item Int, Str, Array, Hash
@ Positional Array list List, Array, Range, Buf
% Associative Hash list Hash, Map, Pair
& Callable Callable item Sub, Method, Block, Routine
=end table
Expand Down

0 comments on commit fcaf3ec

Please sign in to comment.