gleam-lang / stdlib

🎁 Gleam's standard library
https://hexdocs.pm/gleam_stdlib/
Apache License 2.0
492 stars 175 forks source link

Update BytesBuilder docstring to reflect binary content, net text #685

Closed dusty-phillips closed 2 months ago

dusty-phillips commented 2 months ago

This looks like a copy-paste error from string_builder. BytesBuilder is used to construct binary content rather than text content.

Other options:

"...efficiently building BitArrays" "bytes content"