File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -455,8 +455,8 @@ X<|compunit (glossary)>
455
455
X < |compilation unit >
456
456
= head2 Compilation unit or I < compunit >
457
457
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.
460
460
Typically, this piece of code will be contained in a single file, but code
461
461
inside an L < EVAL|/routine/EVAL > is also considered a compunit.
462
462
@@ -892,8 +892,7 @@ X<|p6y>
892
892
893
893
Retronym for the "Perl 6 way" of doing things, as in idiomatic
894
894
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> .
897
896
898
897
X < |QAST >
899
898
= head1 QAST
You can’t perform that action at this time.
0 commit comments