Skip to content

Commit 37d899c

Browse files
committed
Spelling.
1 parent 8da40fb commit 37d899c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ use v5.22;
11271127
"þor is mighty" =~ /is (?<iswhat>\w+)/n;
11281128
say $+{iswhat};
11291129
1130-
The C<iswhat> within a non-capturing group is used to actuall capture what is
1130+
The C<iswhat> within a non-capturing group is used to actually capture what is
11311131
behind, and up to the end of the group (the C<)>). The capture goes to the C<%+>
11321132
hash under the key with the name of the capture. In Perl 6
11331133
L<named captures work this way|/language/regexes#Capturing_groups>

xt/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ ipsum
271271
ipv
272272
isdst
273273
isprime
274+
iswhat
274275
iter
275276
iters
276277
itotallyjustmadethisup

0 commit comments

Comments
 (0)