@@ -292,7 +292,7 @@ pub opaque type Decoder(t) {
292
292
///
293
293
/// This function will index into dictionaries with any key type, and if the key is
294
294
/// an int then it'll also index into Erlang tuples and JavaScript arrays, and
295
- /// the first two elements of Gleam lists.
295
+ /// the first eight elements of Gleam lists.
296
296
///
297
297
/// # Examples
298
298
///
@@ -358,7 +358,7 @@ pub fn run(data: Dynamic, decoder: Decoder(t)) -> Result(t, List(DecodeError)) {
358
358
///
359
359
/// This function will index into dictionaries with any key type, and if the key is
360
360
/// an int then it'll also index into Erlang tuples and JavaScript arrays, and
361
- /// the first two elements of Gleam lists.
361
+ /// the first eight elements of Gleam lists.
362
362
///
363
363
/// # Examples
364
364
///
@@ -486,7 +486,7 @@ pub fn decode_error(
486
486
///
487
487
/// This function will index into dictionaries with any key type, and if the key is
488
488
/// an int then it'll also index into Erlang tuples and JavaScript arrays, and
489
- /// the first two elements of Gleam lists.
489
+ /// the first eight elements of Gleam lists.
490
490
///
491
491
/// # Examples
492
492
///
@@ -526,7 +526,7 @@ pub fn field(
526
526
///
527
527
/// This function will index into dictionaries with any key type, and if the key is
528
528
/// an int then it'll also index into Erlang tuples and JavaScript arrays, and
529
- /// the first two elements of Gleam lists.
529
+ /// the first eight elements of Gleam lists.
530
530
///
531
531
/// # Examples
532
532
///
@@ -570,7 +570,7 @@ pub fn optional_field(
570
570
///
571
571
/// This function will index into dictionaries with any key type, and if the key is
572
572
/// an int then it'll also index into Erlang tuples and JavaScript arrays, and
573
- /// the first two elements of Gleam lists.
573
+ /// the first eight elements of Gleam lists.
574
574
///
575
575
/// # Examples
576
576
///
0 commit comments