From efa369411fe2f9438ff4aa3af63ab25624e31541 Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Mon, 29 Sep 2025 06:40:49 -0400 Subject: [PATCH] Fix typo in docs --- src/decoders.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoders.gleam b/src/decoders.gleam index 24cf3c6..4d4c750 100644 --- a/src/decoders.gleam +++ b/src/decoders.gleam @@ -12,7 +12,7 @@ import protobuf_decode_gleam.{ /// Decode a repeated field that may be either packed or expanded. /// -/// If it is impossible for a field to be expanded (ie because it is encoded as +/// If it is impossible for a field to be packed (ie because it is encoded as /// a `LEN`) and therefore there is no `ValueParser` for it, then use the /// stdlib's `decode.list()` instead. pub fn multiple( -- 2.51.2