Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned committed Jan 4, 2021
1 parent 0269421 commit 5cad6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Associative.pod6
Expand Up @@ -46,7 +46,7 @@ document, by default it coerces to C<Str> for the key and uses a very generic
C<Mu> for value.
my %any-hash;
say %any-hash.of;# OUTPUT: «(Mu)␤»
say %any-hash.of; # OUTPUT: «(Mu)␤»
The value is the first parameter you use when instantiating C<Associative> with
particular classes:
Expand Down

0 comments on commit 5cad6f5

Please sign in to comment.