Skip to content

Commit 952c33b

Browse files
committed
pass links test.
* change what was being linked in one * reformat for picky test in another
1 parent 848747e commit 952c33b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/Language/glossary.pod6

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ X<|compunit (glossary)>
455455
X<|compilation unit>
456456
=head2 Compilation unit or I<compunit>
457457
458-
A compunit is L<a piece of Perl 6 code that is analyzed and compiled as a
459-
single unit|https://github.com/rakudo/rakudo/blob/master/docs/module_management.md>.
458+
A L<compunit|https://github.com/rakudo/rakudo/blob/master/docs/module_management.md>>
459+
is a piece of Perl 6 code that is analyzed and compiled as a single unit.
460460
Typically, this piece of code will be contained in a single file, but code
461461
inside an L<EVAL|/routine/EVAL> is also considered a compunit.
462462
@@ -892,8 +892,7 @@ X<|p6y>
892892
893893
Retronym for the "Perl 6 way" of doing things, as in idiomatic
894894
expressions or definitions. First known use with this meaning by
895-
L<C<sorear> in the C<#perl6> IRC channel in
896-
2010|https://colabti.org/irclogger/irclogger_log/perl6?date=2010-03-12#l177>.
895+
L<C<sorear> in the C<#perl6> IRC channel in 2010|https://colabti.org/irclogger/irclogger_log/perl6?date=2010-03-12#l177>.
897896
898897
X<|QAST>
899898
=head1 QAST

0 commit comments

Comments
 (0)