Skip to content

Commit 764b1c2

Browse files
committed
Adds link and minor fixes
1 parent 98301ac commit 764b1c2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/Language/glossary.pod6

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@ optimization. See also L<https://en.wikipedia.org/wiki/Gradual_typing>.
488488
=head2 IIRC
489489
X<|IIRC>
490490
491-
If I Read (or Remember) Correctly
491+
If I Read (or Remember) Correctly.
492492
493493
=head2 IMHO
494494
X<|IMHO>
495495
496-
In My Humble Opinion
496+
In My Humble Opinion.
497497
498498
=head2 IWBN
499499
X<|IWBN>
@@ -551,7 +551,7 @@ Perl 6
551551
=head2 RSN
552552
X<|RSN>
553553
554-
Real Soon Now
554+
Real Soon Now.
555555
556556
=head2 RT
557557
X<|RT>
@@ -610,7 +610,8 @@ See also L<https://en.wikipedia.org/wiki/Larry_Wall>.
610610
=head1 Lexing
611611
X<|Lexing>
612612
613-
Performing L<lexical analysis|https://en.wikipedia.org/wiki/Lexical_analysis>. A step which usually precedes parsing.
613+
Performing L<lexical analysis|https://en.wikipedia.org/wiki/Lexical_analysis>, a
614+
step which usually precedes parsing.
614615
615616
=head1 Literal
616617
X<|Literal>
@@ -622,6 +623,8 @@ object and also refers to the object itself.
622623
say $x; # $x is not a literal, but a variable
623624
my $s = "Foo"; # the "Foo" is a literal, the $s is a variable
624625
626+
Different types of literals are described in L<the syntax document|/language/syntax#Literals>.
627+
625628
X<|LHS>
626629
=head1 LHS
627630

0 commit comments

Comments
 (0)