Skip to content

Commit 1945a6b

Browse files
committed
[S32/Containers] fixed typo in negative .rotate
1 parent d9a16d0 commit 1945a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-setting-library/Containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ rotated by the specified amount. A positive rotation of 1 is defined as:
653653

654654
@array.push(@array.shift);
655655

656-
A negative shift of 1 is defined as:
656+
A negative rotation of 1 is defined as:
657657

658658
@array.unshift(@array.pop);
659659

0 commit comments

Comments
 (0)