Skip to content

Commit d02006c

Browse files
authored
add comma in sentence
Corrected punctuation in the explanation of itemization.
1 parent 3737cfa commit d02006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/contexts.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $(1,2,3).elems.say; # OUTPUT: «3␤»
241241
say (1,2,3).item[2]; # OUTPUT: «3␤»
242242
say $( key => 'value')<key>; # OUTPUT: «value␤»
243243

244-
Itemization I<containerizes> values in a data structure keeping them, for
244+
Itemization I<containerizes> values in a data structure, keeping them, for
245245
instance, from being flattened into the surrounding list or data structure:
246246

247247
=for code

0 commit comments

Comments
 (0)