Skip to content

Commit 589127e

Browse files
committed
add a warning for extra list items
1 parent f4d8c01 commit 589127e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ppcs/ppc0033-map-grep-with-topic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ the `VAR` to the first of each set, and the second `VAR` to the second. More
7979
than two variables can be used to iterate over sets of three or more items.
8080

8181
On the last iteration, there may not be enough elements remaining to fill
82-
every `VAR` slot. In this case the extra `VAR` slots will be filled with
83-
`undef`.
82+
every `VAR` slot. In this case, a warning will be issued, and the extra `VAR`
83+
slots will be filled with `undef`.
8484

8585
## Backwards Compatibility
8686

0 commit comments

Comments
 (0)