Skip to content

Commit 61f03a2

Browse files
authored
Update structures.rakudoc
Fixed grammar.
1 parent 874574e commit 61f03a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/structures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ say %hash-plus.last; # OUTPUT: «4 => 44␤»
291291
In C<Lastable> we use the universal C<self> variable to refer to whatever object
292292
this particular role is mixed in; in this case it will contain the hash it is
293293
mixed in with; it will contain something else (and possibly work some other way)
294-
in other case. This role will provide the C<last> method to any variable it's
294+
in another case. This role will provide the C<last> method to any variable it's
295295
mixed with, providing new, attachable, functionalities to I<regular> variables.
296296
Roles can even be L<added to existing variables using the C<does> keyword|/language/objects#Mixins_of_roles>.
297297

0 commit comments

Comments
 (0)