We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6381a9d commit 049ba7cCopy full SHA for 049ba7c
doc/Type/Str.pod6
@@ -1247,7 +1247,7 @@ changes:
1247
1248
In this case, neither origin nor target in the C<Pair> are C<Str>; the method
1249
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
+equivalent to C<"abcd".trans: ["a"] => ["zz"], > (with the comma behind, making
1251
it a C<Positional>, instead of a C<Pair>), resulting in the behavior shown as
1252
output.
1253
0 commit comments