We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db138e commit 48ac82bCopy full SHA for 48ac82b
src/gleam_stdlib_decode_ffi.mjs
@@ -15,7 +15,7 @@ export function index(data, key) {
15
return new Ok(new Some(entry));
16
}
17
18
- // The first 3 elements of lists can be indexed
+ // The first elements of lists can be indexed
19
if (Number.isInteger(key) && key < 8 && data instanceof List) {
20
let i = 0;
21
for (const value of data) {
0 commit comments