Skip to content

Commit 48ac82b

Browse files
committed
Correct comment
1 parent 5db138e commit 48ac82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam_stdlib_decode_ffi.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function index(data, key) {
1515
return new Ok(new Some(entry));
1616
}
1717

18-
// The first 3 elements of lists can be indexed
18+
// The first elements of lists can be indexed
1919
if (Number.isInteger(key) && key < 8 && data instanceof List) {
2020
let i = 0;
2121
for (const value of data) {

0 commit comments

Comments
 (0)