Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
delete constraint text
Delete the comment pending incorporation of more details on valid vs. invalid pod configuration values proposed by Damian Conway.
  • Loading branch information
tbrowder committed Aug 10, 2019
1 parent 52e20d5 commit 80c98b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pod.pod6
Expand Up @@ -68,7 +68,7 @@ Boolean). Also note that "bigints" can be used if required.
For hashes, '$k1, $k2, ...' are keys of type Str and '$v1, $v2, ...'
are values of type String, Int, Number, or Boolean.
Strings are delimited by single or double quotes (empty strings are not valid key values). Whitespace is not significant
Strings are delimited by single or double quotes. Whitespace is not significant
outside of strings. Hash keys need not be quote-delimited unless they contain
significant whitespace. Strings entered inside angle brackets become lists if
any whitespace is used inside the angle brackets.
Expand Down

0 comments on commit 80c98b6

Please sign in to comment.