Skip to content

Commit

Permalink
Fixes space after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Aug 21, 2018
1 parent 6381a9d commit 049ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -1247,7 +1247,7 @@ changes:
In this case, neither origin nor target in the C<Pair> are C<Str>; the method
with the C<Pair> signature then calls the second, making this call above
equivalent to C<"abcd".trans: ["a"] => ["zz"],> (with the comma behind, making
equivalent to C<"abcd".trans: ["a"] => ["zz"], > (with the comma behind, making
it a C<Positional>, instead of a C<Pair>), resulting in the behavior shown as
output.
Expand Down

0 comments on commit 049ba7c

Please sign in to comment.