Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing whitespace-only lines in glossary
This issue was causing `podchecker` to emit the following warning in
`S99-glossary.pod`:

    WARNING: line containing nothing but whitespace in paragraph

which has been corrected by this commit.
  • Loading branch information
Paul Cochrane committed Jan 24, 2015
1 parent 6620830 commit 44a21c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions S99-glossary.pod
Expand Up @@ -268,7 +268,7 @@ For example
say $0;
# ^^ capture variable
}

C<(I<...>)> is the capture syntax while its non-capturing counterpart is the grouping syntax : C<[I<...>]>.

=head2 CAS
Expand Down Expand Up @@ -536,7 +536,7 @@ L<https://en.wikipedia.org/wiki/Domain-specific_language>
See L</Control Flow Graph>

=head2 DYNAMIC::

A L</pseudo-scope> to access contextutal L</symbol>s in my or any L</caller>'s lexical L</scope>.

=head2 dynamic
Expand Down Expand Up @@ -608,7 +608,7 @@ Used to support L</opcode>s specific to a language.
Contrary to Perl 5, C<< => >>, the fat comma does not simply separate two values but makes
a L</Pair> out of them. The left value can be a L</bare string>. This is the only
place where Perl 6 accepts a bare string. Example:

foo => bar

=head2 fiddly
Expand Down Expand Up @@ -1180,7 +1180,7 @@ speaker doesn't know or because it's an unimportant detail.
=head2 my

=head2 MY::

A L</pseudo-scope> to access L</symbol>s in the current L</lexical scope> (aka $?SCOPE).

=head1 N
Expand Down Expand Up @@ -1326,7 +1326,7 @@ L</On Stack Replacement>
=head2 our

=head2 OUR::

A L</pseudo-scope> to access L</symbol>s in the current package (aka $?PACKAGE).

=head2 OUTER::
Expand Down Expand Up @@ -1384,7 +1384,7 @@ A parameter can be L</positional> or L</named>, either can be L</variadic> or no
See L</parakudo>.

=head2 PARENT::

A L</pseudo-scope> to access lexical L</symbol>s in the unit's L<DSL> (usually L<CORE|/CORE::>).

=head2 Parrot
Expand Down Expand Up @@ -2091,7 +2091,7 @@ Perl 6 defines an addtional one : L</NFG>.
See L</compilation unit>.

=head2 UNIT

Symbols in the outermost lexical scope of a compilation unit.

=head2 unslushing
Expand Down Expand Up @@ -2124,7 +2124,7 @@ Can be obtained with C<I<perl6 -v>> with I<perl6> depending on your L</implement
This command gives something like that below for L</Rakudo> on L</MoarVM>

This is perl6 version 2014.08-187-gdf2245d built on MoarVM version 2014.08-55-ga5ae111

Strangely the L</NQP> related information is missing.

=head2 Virtual Machine
Expand Down Expand Up @@ -2247,7 +2247,7 @@ Everybody wants the colon.
=head2 ?

=head2 (

=head3 ()

See L</empty list>.
Expand Down

0 comments on commit 44a21c0

Please sign in to comment.