Skip to content

Commit

Permalink
add missing 'v'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Oct 21, 2018
1 parent 0097c67 commit 8425844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pod.pod6
Expand Up @@ -64,7 +64,7 @@ Boolean. Lists may have mixed element types. Note that one-element
lists are converted to the type of their element (String, Int, Number, or
Boolean). Also note that "bigints" can be used if required.
For hashes, '$k1, $k2, ...' are keys of type Str and '$v1, $2, ...'
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. Whitespace is insignificant outside
Expand Down

0 comments on commit 8425844

Please sign in to comment.