Skip to content

Commit a9e3ebe

Browse files
committed
remove duplicate word
1 parent c98d635 commit a9e3ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ C<OpaquePointer> is deprecated and has been replaced with C<Pointer>.
662662
663663
=head2 You can have colonpairs in identifiers. What's the justification?
664664
665-
L<Identifiers can include colon pairs, which become part of their name|https://docs.perl6.org/language/syntax#Identifiers>. According to L<Larry Wall's answer to the issue|https://github.com/perl6/doc/issues/1753#issuecomment-362875676>, I<We already had the colon pair mechanism available, so it was a no-brainer to use that to extend any name that needs to be able to quote uniquefying but non-standard characters (or other other information with a unique stringification to such characters)>.
665+
L<Identifiers can include colon pairs, which become part of their name|https://docs.perl6.org/language/syntax#Identifiers>. According to L<Larry Wall's answer to the issue|https://github.com/perl6/doc/issues/1753#issuecomment-362875676>, I<We already had the colon pair mechanism available, so it was a no-brainer to use that to extend any name that needs to be able to quote uniquefying but non-standard characters (or other information with a unique stringification to such characters)>.
666666
667667
X<|Perl 6 Implementation (FAQ)>
668668
=head1 Perl 6 Implementation

0 commit comments

Comments
 (0)