Skip to content

Commit 049ba7c

Browse files
committed
Fixes space after comma
1 parent 6381a9d commit 049ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ changes:
12471247
12481248
In this case, neither origin nor target in the C<Pair> are C<Str>; the method
12491249
with the C<Pair> signature then calls the second, making this call above
1250-
equivalent to C<"abcd".trans: ["a"] => ["zz"],> (with the comma behind, making
1250+
equivalent to C<"abcd".trans: ["a"] => ["zz"], > (with the comma behind, making
12511251
it a C<Positional>, instead of a C<Pair>), resulting in the behavior shown as
12521252
output.
12531253

0 commit comments

Comments
 (0)