Skip to content

Commit 345efdc

Browse files
committed
Fix for merge conflict
1 parent 9ac245b commit 345efdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/glossary.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ The C<mainline> is the program text that is not part of any kind of block.
556556
f(); # in mainline again
557557
558558
You can also have the mainline of any package-like declarator, such as
559-
class, L<module|#Module>, L<grammar|#Grammar>, etc. These are
559+
L<class|#Class>, L<module|/language/modules>, L<grammar|/language/grammars>, etc. These are
560560
typically run just after the class/module/grammar have been compiled (or
561561
when loaded from a pre-compiled file).
562562
@@ -763,7 +763,7 @@ X<|Stub>
763763
X<|Symbol>
764764
765765
Fancy alternative way to denote a name. Generally used in the context of
766-
L<module|#Module>s linking, be it in the OS level, or at the Perl 6 L<#VM> level
766+
L<module|/language/modules>s linking, be it in the L<#OS> level, or at the Perl 6 L<#Virtual Machine> level
767767
for modules generated from languages targeting these VMs. The set of
768768
imported or exported symbols is called the symbol table.
769769
@@ -830,7 +830,7 @@ A virtual machine is the Perl compiler entity that executes the
830830
L<bytecode|#Bytecode>. It can optimize the bytecode or generate
831831
machine code Just in Time. Examples are
832832
L<#MoarVM>, L<#Parrot> (who are intended to run Perl 6) and more
833-
generic virtual machines such as JVM and L<#Javascript>.
833+
generic virtual machines such as L<#JVM> and Javascript.
834834
835835
=head1 whitespace
836836
X<|whitespace>

0 commit comments

Comments
 (0)