Skip to content

Commit ffca8b2

Browse files
committed
Fixed #2830
This makes lines longer that they should be... Anyway, fair is fair. Thanks for the report.
1 parent a02efec commit ffca8b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/Language/faq.pod6

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,10 @@ C<OpaquePointer> is deprecated and has been replaced with C<Pointer>.
675675
676676
=head2 You can have colonpairs in identifiers. What's the justification?
677677
678-
L<Identifiers can include colon pairs, which become part of their
679-
name|/language/syntax#Identifiers>. According to L<Larry Wall's answer to the
680-
issue|https://github.com/perl6/doc/issues/1753#issuecomment-362875676>, I<We
678+
L<Identifiers can include colon pairs, which become part of their name|/language/syntax#Identifiers>.
679+
According to
680+
L<Larry Wall's answer to the issue|https://github.com/perl6/doc/issues/1753#issuecomment-362875676>,
681+
I<We
681682
already had the colon pair mechanism available, so it was a no-brainer to use
682683
that to extend any name that needs to be able to quote uniquefying but
683684
non-standard characters (or other information with a unique stringification to

0 commit comments

Comments
 (0)