Skip to content

Commit c3de498

Browse files
authored
update legal config key value formats
1 parent d20fe35 commit c3de498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Perl6-ish option pairs. That is, any of:
5151
Boolean (true) :key :key(1)
5252
Boolean (false) :!key :key(0)
5353
String :key<str> :key('str')
54-
List :key<1 2 3> :key[1, 2, 3]
55-
Hash :key{a=>1, b=>2}
54+
List :key[1, 'b', 3]
55+
Hash :key{a=>1, b=>'x'}
5656
=end table
5757
5858
All option keys and values must, of course, be constants since Pod is a

0 commit comments

Comments
 (0)