Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document newly-implemented config hash method
  • Loading branch information
tbrowder committed Mar 26, 2019
1 parent a569bbb commit b3ac1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pod.pod6
Expand Up @@ -56,7 +56,7 @@ Perl6-ish option pairs. That is, any of:
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]
Int :key(42) :key[42] :42key
Number :key(2.3) :key[2.3]
=end table
Expand Down

0 comments on commit b3ac1a3

Please sign in to comment.