Skip to content

Commit 5083298

Browse files
committed
docs: fix typo cc -> c in List.forEachWithIndex example
1 parent b03689c commit 5083298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core__List.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ List.forEachWithIndex(list{"a", "b", "c"}, (x, index) => {
432432
prints:
433433
Item 0 is a
434434
Item 1 is b
435-
Item 2 is cc
435+
Item 2 is c
436436
*/
437437
```
438438
*/

0 commit comments

Comments
 (0)