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 aa1da76 commit 4f33364Copy full SHA for 4f33364
doc/Language/syntax.pod6
@@ -307,7 +307,7 @@ generates unique variants of that identifier.
307
These strings have the form C<:key<value>>, wherein C<key> I<or> C<value> are
308
optional; that is, after the colon that separates it from a regular identifier,
309
there will be a C<key> and/or a quoting bracketing construct such as C«< >», C<« »>
310
-or C<[' ']> which quotes one or more arbitrary characters C<value>N<Starting
+or C<[' ']> which quotes one or more arbitrary characters C<value>.N<Starting
311
with Perl 6 language version 6.d, colon pairs with C<sym> as the C<key> (e.g.
312
C«:sym<foo>») are reserved for possible future use.>
313
0 commit comments