Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Mar 17, 2019
1 parent 8da40fb commit 37d899c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod6
Expand Up @@ -1127,7 +1127,7 @@ use v5.22;
"þor is mighty" =~ /is (?<iswhat>\w+)/n;
say $+{iswhat};
The C<iswhat> within a non-capturing group is used to actuall capture what is
The C<iswhat> within a non-capturing group is used to actually capture what is
behind, and up to the end of the group (the C<)>). The capture goes to the C<%+>
hash under the key with the name of the capture. In Perl 6
L<named captures work this way|/language/regexes#Capturing_groups>
Expand Down
1 change: 1 addition & 0 deletions xt/code.pws
Expand Up @@ -271,6 +271,7 @@ ipsum
ipv
isdst
isprime
iswhat
iter
iters
itotallyjustmadethisup
Expand Down

0 comments on commit 37d899c

Please sign in to comment.