From 159b1ffe1624c2507c530f22dda2f883d36edb7d Mon Sep 17 00:00:00 2001 From: Dusty Phillips <86920+dusty-phillips@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:40:07 -0300 Subject: Update BytesBuilder docstring to reflect binary content, net text --- src/gleam/bytes_builder.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/bytes_builder.gleam b/src/gleam/bytes_builder.gleam index 290a584..fbed16b 100644 --- a/src/gleam/bytes_builder.gleam +++ b/src/gleam/bytes_builder.gleam @@ -1,4 +1,4 @@ -//// `BytesBuilder` is a type used for efficiently building text content to be +//// `BytesBuilder` is a type used for efficiently building binary content to be //// written to a file or a socket. Internally it is represented as tree so to //// append or prepend to a bytes builder is a constant time operation that //// allocates a new node in the tree without copying any of the content. When -- cgit v1.2.3