diff --git a/lib/Petal.pm b/lib/Petal.pm index e2fdcf6..e60c178 100644 --- a/lib/Petal.pm +++ b/lib/Petal.pm @@ -1113,12 +1113,11 @@ different positions in the loop: =head3 repeat/index -I returns the numeric position of this item within the loop, starts with -one not zero. +I returns the numeric position of this item within the loop, starts with 0. =head3 repeat/number -I is an alias for I. +I is the same as I, but starts with 1. =head3 repeat/even