Skip to content

Commit 5cad6f5

Browse files
committed
Fix whitespace
1 parent 0269421 commit 5cad6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Associative.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ document, by default it coerces to C<Str> for the key and uses a very generic
4646
C<Mu> for value.
4747
4848
my %any-hash;
49-
say %any-hash.of;# OUTPUT: «(Mu)␤»
49+
say %any-hash.of; # OUTPUT: «(Mu)␤»
5050
5151
The value is the first parameter you use when instantiating C<Associative> with
5252
particular classes:

0 commit comments

Comments
 (0)