diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam/bit_builder.gleam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gleam/bit_builder.gleam b/src/gleam/bit_builder.gleam index c72b04f..493addd 100644 --- a/src/gleam/bit_builder.gleam +++ b/src/gleam/bit_builder.gleam @@ -33,6 +33,8 @@ if javascript { /// time using minimal memory, and then can be efficiently converted to a /// bit string using the `to_bit_string` function. /// + /// On Erlang this type is compatible with Erlang's iolists. + /// pub opaque type BitBuilder { Bits(BitString) Text(StringBuilder) |