Skip to content

Commit 5e82274

Browse files
committed
fix some typos
1 parent 963bb01 commit 5e82274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/faq.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ C<token> implies the C<:ratchet> or C<:r> modifier, which prevents the
209209
rule from backtracking.
210210
211211
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
213213
whitespace in the text of the regex as C«<.ws>» calls (ie
214214
matches whitespace, which is optional except between two word
215215
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
229229
contains the exception, and throws the exception when the Failure is used
230230
as an ordinary object.
231231
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
233233
the exception with the C<exception> method.
234234
235235
=head2 Why is C<wantarray> or C<want> gone? Can I return different things in different contexts?
@@ -337,10 +337,10 @@ features.
337337
=head2 Is there a CPAN for Perl 6? Or will Perl 6 use the Perl 5 CPAN?
338338
339339
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
341341
Perl 6 modules, and L<panda|https://github.com/tadzik/panda/> can install
342342
those that work with L<rakudo|http://rakudo.org/>.
343343
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.
345345
346346
=end pod

0 commit comments

Comments
 (0)