Skip to content

Commit

Permalink
Fix for merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Altai-man committed Jul 22, 2016
1 parent 9ac245b commit 345efdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/glossary.pod6
Expand Up @@ -556,7 +556,7 @@ The C<mainline> is the program text that is not part of any kind of block.
f(); # in mainline again
You can also have the mainline of any package-like declarator, such as
class, L<module|#Module>, L<grammar|#Grammar>, etc. These are
L<class|#Class>, L<module|/language/modules>, L<grammar|/language/grammars>, etc. These are
typically run just after the class/module/grammar have been compiled (or
when loaded from a pre-compiled file).
Expand Down Expand Up @@ -763,7 +763,7 @@ X<|Stub>
X<|Symbol>
Fancy alternative way to denote a name. Generally used in the context of
L<module|#Module>s linking, be it in the OS level, or at the Perl 6 L<#VM> level
L<module|/language/modules>s linking, be it in the L<#OS> level, or at the Perl 6 L<#Virtual Machine> level
for modules generated from languages targeting these VMs. The set of
imported or exported symbols is called the symbol table.
Expand Down Expand Up @@ -830,7 +830,7 @@ A virtual machine is the Perl compiler entity that executes the
L<bytecode|#Bytecode>. It can optimize the bytecode or generate
machine code Just in Time. Examples are
L<#MoarVM>, L<#Parrot> (who are intended to run Perl 6) and more
generic virtual machines such as JVM and L<#Javascript>.
generic virtual machines such as L<#JVM> and Javascript.
=head1 whitespace
X<|whitespace>
Expand Down

0 comments on commit 345efdc

Please sign in to comment.