Skip to content

Commit 57ccda6

Browse files
committed
fixed typo
1 parent bb73c66 commit 57ccda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ console.log(sanitize_array(my_array, my_schema));
7777

7878
// to reverse an array in parts
7979
let my_array = [1, 2, 3, 4, 5];
80-
let reverseInPart_array = array_rotate(my_array, 3, 4);
80+
let reverseInPart_array = array_reverse_part(my_array, 3, 4);
8181

8282
console.log(reverseInPart_array);
8383

0 commit comments

Comments
 (0)