Skip to content

Commit b12182b

Browse files
committed
whitespace
1 parent a6c13ad commit b12182b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

doc/Language/community.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ X<|Community>
1010
"Perl 5 was my rewrite of Perl. I want Perl 6 to be the community's rewrite
1111
of Perl and of the community." - Larry Wall
1212
13-
=head1 The Perl 6 community
13+
=head1 The Perl 6 community
1414
1515
There is a large presence on the C<#perl6> channel on C<freenode.net>,
1616
who are happy to provide support and answer questions. More resources can be found in the L<perl6.org community page|https://perl6.org/community/>.
1717
18-
=head1 Perl 6 Weekly
18+
=head1 Perl 6 Weekly
1919
20-
Wendy posts in L<her blog "Perl 6 weekly"|https://p6weekly.wordpress.com/> a summary of Perl 6 posts, tweets, and comments. Best single resource to know what is going on in the Perl community.
20+
Wendy posts in L<her blog "Perl 6 weekly"|https://p6weekly.wordpress.com/> a summary of Perl 6 posts, tweets, and comments. Best single resource to know what is going on in the Perl community.
2121
2222
=end pod
2323

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ files in a namespace.
2121
2222
=head2 Looking for and installing modules.
2323
24-
L<C<zef>|https://github.com/ugexe/zef> is the application using for installing modules in Perl 6. Modules are listed in L<the Perl 6 ecosystem|https://modules.perl.org> and can be searched there or from the command line using C<zef search>
24+
L<C<zef>|https://github.com/ugexe/zef> is the application using for installing modules in Perl 6. Modules are listed in L<the Perl 6 ecosystem|https://modules.perl.org> and can be searched there or from the command line using C<zef search>
2525
2626
zef search WWW
2727

doc/Language/nativecall.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ that produces the following output
332332
Element at position 3 is 4
333333
Element at position 4 is 5
334334
335-
336335
=head1 Structs
337336
338337
Thanks to representation polymorphism, it's possible to declare a normal looking

0 commit comments

Comments
 (0)