Skip to content

Commit e4c3d5d

Browse files
authored
remove unneeded word
1 parent 9055ed1 commit e4c3d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/101-basics.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ operator C<=>. This is not only because the shorter version requires less
266266
typing, but also because the C<+=> operator silently initializes undefined
267267
values of the hash's key-value pairs to zero. In other words: by using C<+=>,
268268
there is no need to include a separate statement like C<%sets{$p1} = 0> before
269-
you can meaningfully add C<$r1> to it. We'll look at this is behavior in a bit
269+
you can meaningfully add C<$r1> to it. We'll look at this behavior in a bit
270270
more detail below.
271271

272272
=head2 X<C<Any>|Tutorial,Any (Basics)> and X<C<+=>|Tutorial,+= (Basics)>

0 commit comments

Comments
 (0)