Skip to content

Commit 662d8b9

Browse files
authored
Fix typo; replace   with U+000A0
Before this change, https://docs.perl6.org/language/faq shows literal ` ` in place of the expected non-break space.
1 parent fd2872a commit 662d8b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/faq.pod6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in the Rakudo compiler without requiring any special pragmas, as they did
4343
not conflict with the 6.c specification.
4444
A smaller set of features and behaviours is available automatically if you
4545
have the C<use v6.d.PREVIEW> pragma at the top of the file. The rest of about
46-
3100 new commits to the language specificication simply clarify previously
46+
3100 new commits to the language specification simply clarify previously
4747
undefined behaviour.
4848
4949
X<|Rakudo Star DMG binary installer (FAQ)> X<|Rakudo Star MSI binary installer (FAQ)> X<|Rakudo Star docker image (FAQ)>
@@ -109,21 +109,21 @@ X<|Books>
109109
110110
Here are some available books, in no particular order:
111111
112-
=item L<Perl&nbsp;6 at a Glance|https://deeptext.media/perl6-at-a-glance/>, by Andrew Shitov
112+
=item L<Perl 6 at a Glance|https://deeptext.media/perl6-at-a-glance/>, by Andrew Shitov
113113
114-
=item L<Think Perl&nbsp;6: How to Think Like a Computer Scientist|http://greenteapress.com/wp/think-perl-6/>, by Laurent Rosenfeld.
114+
=item L<Think Perl 6: How to Think Like a Computer Scientist|http://greenteapress.com/wp/think-perl-6/>, by Laurent Rosenfeld.
115115
116-
=item L<Perl&nbsp;6 Fundamentals|https://www.apress.com/us/book/9781484228982>, by Moritz Lenz
116+
=item L<Perl 6 Fundamentals|https://www.apress.com/us/book/9781484228982>, by Moritz Lenz
117117
118118
=item L<Parsing with Perl 6 Regexes and Grammars|https://smile.amazon.com/dp/1484232275/>, by Moritz Lenz
119119
120-
=item L<Learning Perl&nbsp;6|https://www.learningperl6.com/>, by Brian D. Foy (In July 2018, this is in a very advanced publication stage)
120+
=item L<Learning Perl 6|https://www.learningperl6.com/>, by Brian D. Foy (In July 2018, this is in a very advanced publication stage)
121121
122122
=item L<Metagenomics|https://www.gitbook.com/book/kyclark/metagenomics/details>, by Ken Youens-Clark
123123
124124
=item L<Learning to program with Perl&nbsp;6: First Steps|https://www.amazon.com/gp/product/B07221XCVL>, by JJ Merelo
125125
126-
=item L<Perl&nbsp;6 Deep Dive|https://www.packtpub.com/application-development/perl-6-deep-dive">, by Andrew Shitov
126+
=item L<Perl 6 Deep Dive|https://www.packtpub.com/application-development/perl-6-deep-dive">, by Andrew Shitov
127127
128128
X<|Specification (FAQ)>
129129
=head2 What is the Perl 6 specification?

0 commit comments

Comments
 (0)