@@ -209,7 +209,7 @@ C<token> implies the C<:ratchet> or C<:r> modifier, which prevents the
209
209
rule from backtracking.
210
210
211
211
C < rule > implies both the C < :ratchet > and C < :sigspace > (short C < :s > )
212
- modifer , which means a rule doesn't backtrace, and it treats
212
+ modifier , which means a rule doesn't backtrace, and it treats
213
213
whitespace in the text of the regex as C « <.ws> » calls (ie
214
214
matches whitespace, which is optional except between two word
215
215
characters). Whitespace at the start of the regex and at the start
@@ -229,7 +229,7 @@ A C<Failure> is an "unthrown" or "soft" exception. It is an object that
229
229
contains the exception, and throws the exception when the Failure is used
230
230
as an ordinary object.
231
231
232
- A Failure returns False from a C < defined > check, and you can exctract
232
+ A Failure returns False from a C < defined > check, and you can extract
233
233
the exception with the C < exception > method.
234
234
235
235
= head2 Why is C < wantarray > or C < want > gone? Can I return different things in different contexts?
@@ -337,10 +337,10 @@ features.
337
337
= head2 Is there a CPAN for Perl 6? Or will Perl 6 use the Perl 5 CPAN?
338
338
339
339
There isn't yet a module repository for Perl 6 as sophisticated as CPAN.
340
- But L < modules.perl6.org|http://modules.perl6.org/ > has a ist of known
340
+ But L < modules.perl6.org|http://modules.perl6.org/ > has a list of known
341
341
Perl 6 modules, and L < panda|https://github.com/tadzik/panda/ > can install
342
342
those that work with L < rakudo|http://rakudo.org/ > .
343
343
344
- Suppport for installing Perl 6 modules from the Perl 5 CPAN is on its way.
344
+ Support for installing Perl 6 modules from the Perl 5 CPAN is on its way.
345
345
346
346
= end pod
0 commit comments