Skip to content

Commit 40babaa

Browse files
committed
* spelling
* grammar * whitespace
1 parent 32d02fb commit 40babaa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

S99-glossary.pod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ See L</operator>.
234234
=head2 CFG
235235

236236
1) Context Free Grammar.
237-
2) see L</Control Flow Graph>.
237+
2) see L</Control Flow Graph>.
238238

239239
=head2 circularity saw
240240

@@ -650,7 +650,7 @@ If I Understand Correctly.
650650

651651
=head2 import
652652

653-
L</Module>s interact with each other thru named entities called symbols.
653+
L</Module>s interact with each other through named entities called symbols.
654654
The operation that makes symbols from a module avalaible to another
655655
module is called import while the operation of using such a name is called import.
656656

@@ -677,9 +677,7 @@ the L</source code> to generate L</object code> or L</bytecode>.
677677
In L</rakudo> : L</parse tree>, and L<Abstract Syntax Tree>.
678678
The L</parser> generates a that is transformeed to an </AST>s
679679
Sometimes the information can be regenerated from the bytecode.
680-
In rakudo the Single Static Assignment form is inferred from the bytecode
681-
to
682-
680+
In rakudo the Single Static Assignment form is inferred from the bytecode.
683681

684682
=head2 interface
685683

@@ -961,7 +959,7 @@ are named operands instead. Operators are classified into L<categories|http://pe
961959
A category has a precedence, an arity, can be L</fidly>, L</iffy>, L</diffy>.
962960
Perl 6 is very creative as to what is an operator so they are many categories which operators are amde
963961
of many tokens, possibly with a subexpression. For example, L<@a[0]> belongs to the
964-
postcircumfix category is broken in the operand C<@a> and the
962+
postcircumfix category is broken in the operand C<@a> and the
965963
postcircumfix operator L<[0]> where C<0> is postcircumfixed subexpression.
966964

967965
The C<< <O(I<...>)> >> construction gives information about an operator that completes the
@@ -1128,7 +1126,7 @@ An operator that comes before the term it belongs to, for example
11281126

11291127
say ?42; # True
11301128
# ^ prefix operator
1131-
1129+
11321130
=head2 predicate
11331131

11341132
L</expression> used in a L</boolean context> by a L</control flow> L</statement>.
@@ -1218,7 +1216,7 @@ of code.
12181216
=head2 repository
12191217

12201218
A repository contains the information pertaining to a software or its L</module>s.
1221-
That is the source code, its history and ancillary information like a wiki, a bug tracking system,
1219+
That is the source code, its history and ancillary information like a wiki, a bug tracking system,
12221220
a static web site, depending on the hosting service containing the repository.
12231221
Usuallly Perl 6 related information are stored in L</github> repositories.
12241222
The official list of Perl 6 modules is the L</ecosystem> is also stored in a repository.
@@ -1277,7 +1275,7 @@ L<here|https://github.com/MoarVM/MoarVM/blob/master/src/gc/roots.h>
12771275
=head2 Rosalind
12781276

12791277
L<Rosalind|http://rosalind.info/> is a platform for learning bioinformatics and programming through problem solving.
1280-
Some of the problems are solved thru elegant Perl 6 code snippets.
1278+
Some of the problems are solved through elegant Perl 6 code snippets.
12811279

12821280
=head2 Rosetta Code
12831281

@@ -1412,7 +1410,7 @@ Software Transactional Memory
14121410
Fancy alternative way to denote a name. Generally used in the context of modules linking,
14131411
be it in the L</OS> level, or at the Perl 6 L</VM> level for modules generated from
14141412
languages targetting these VMs.
1415-
The set of imported or exported symbols is called symbol table.
1413+
The set of imported or exported symbols is called the symbol table.
14161414

14171415
=head2 Synopsis
14181416

0 commit comments

Comments
 (0)