Skip to content

Commit

Permalink
add one more space to define the last colmn
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Mar 11, 2018
1 parent 5955b95 commit cac1e43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/Language/pod.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ different ways by different types of blocks, but is always specified using
Perl6-ish option pairs. That is, any of:
=begin table
Value is... Specify with... Or with... Or with...
=============== =================== ============== ===========
Value is... Specify with... Or with... Or with...
=============== =================== ============== ===========
List :key[$e1, $e2, ...] :key($e1, $e2, ...)
Hash :key{$k1=>$v1, $k2=>$v2}
Boolean (true) :key :key(True) :key[True]
Boolean (false) :!key :key(False) :key[False]
String :key<str> :key('str') :key("str")
Boolean (true) :key :key(True) :key[True]
Boolean (false) :!key :key(False) :key[False]
String :key<str> :key('str') :key("str")
Int :key(42) :key[42]
Number :key(2.3) :key[2.3]
=end table
Expand Down

0 comments on commit cac1e43

Please sign in to comment.