Skip to content

Commit

Permalink
fix formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned committed Sep 12, 2020
1 parent 1a36799 commit f03768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/hashmap.pod6
Expand Up @@ -136,7 +136,7 @@ names must be quoted. For example, using the common L<Pair|/type/Pair> syntax:
say %h.values.sort.raku # OUTPUT: «(2, 3, "a").Seq␤»
The stringification of the keys can lead to surprising results. For example, the Raku
module C<CSV::Parser> in one mode returns a CSV data line as a hash of C<{UInt => 'value'}> pairs
module C<CSV::Parser> in one mode returns a CSV data line as a hash of C«{UInt => 'value'}» pairs
which can look like this fragment of a 20-field line:
my %csv = '2' => 'a', '10' => 'b';
Expand Down

0 comments on commit f03768f

Please sign in to comment.