@@ -292,7 +292,7 @@ pub opaque type Decoder(t) {
292292///
293293/// This function will index into dictionaries with any key type, and if the key is
294294/// 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.
296296///
297297/// # Examples
298298///
@@ -358,7 +358,7 @@ pub fn run(data: Dynamic, decoder: Decoder(t)) -> Result(t, List(DecodeError)) {
358358///
359359/// This function will index into dictionaries with any key type, and if the key is
360360/// 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.
362362///
363363/// # Examples
364364///
@@ -486,7 +486,7 @@ pub fn decode_error(
486486///
487487/// This function will index into dictionaries with any key type, and if the key is
488488/// 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.
490490///
491491/// # Examples
492492///
@@ -526,7 +526,7 @@ pub fn field(
526526///
527527/// This function will index into dictionaries with any key type, and if the key is
528528/// 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.
530530///
531531/// # Examples
532532///
@@ -570,7 +570,7 @@ pub fn optional_field(
570570///
571571/// This function will index into dictionaries with any key type, and if the key is
572572/// 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.
574574///
575575/// # Examples
576576///
0 commit comments