We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9055ed1 commit e4c3d5dCopy full SHA for e4c3d5d
doc/Language/101-basics.rakudoc
@@ -266,7 +266,7 @@ operator C<=>. This is not only because the shorter version requires less
266
typing, but also because the C<+=> operator silently initializes undefined
267
values of the hash's key-value pairs to zero. In other words: by using C<+=>,
268
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
+you can meaningfully add C<$r1> to it. We'll look at this behavior in a bit
270
more detail below.
271
272
=head2 X<C<Any>|Tutorial,Any (Basics)> and X<C<+=>|Tutorial,+= (Basics)>
0 commit comments