From 2edd43715cc15bb1d9a02c79089c4e978278185d Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Mon, 29 Sep 2025 10:19:35 -0400 Subject: [PATCH] Docs --- src/protobin.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protobin.gleam b/src/protobin.gleam index 5d27a0a..f4c6ca2 100644 --- a/src/protobin.gleam +++ b/src/protobin.gleam @@ -165,7 +165,7 @@ fn read_varint_acc(bits: BitArray, acc: BitArray, pos: BytePos) -> ValueResult { } } -/// Reads the bits from a varint and parses them a BitArray. The returned bits +/// Reads the bits from a varint and parses them a `BitArray`. The returned bits /// can be parsed as a uint. /// /// For a decoder that does this, use `decoders.uint()`. -- 2.51.2