Skip to content

Commit 6d0adfb

Browse files
committed
instances -> cases
1 parent d4b0e3f commit 6d0adfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ for @array -> $first, $second {
890890
}
891891
=end code
892892
893-
For instances in which the number of elements iterated over isn't a multiple
893+
For cases in which the number of elements iterated over isn't a multiple
894894
of the number of variables after the arrow operator, you can provide variables
895895
with default values:
896896

0 commit comments

Comments
 (0)