Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Dec 5, 2016
1 parent 62acb6f commit 68c736b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Hash.pod6
Expand Up @@ -664,7 +664,7 @@ empty angle brackets in which case all the keys and values will be listed:
my %h2 = a => 1, b => 2;
say %h1<>:k # (a)
say %h1<>:v # (1)
say %h2<>:k # (a b)
say %h2<>:k # (a b)
say %h2<>:v # (1 2)
=end pod

0 comments on commit 68c736b

Please sign in to comment.