Skip to content

Commit

Permalink
Issue erlang#8099: Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
onno-vos-dev committed Feb 8, 2024
1 parent addcf0a commit 65f1506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stdlib/src/binary.erl
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ unhex(X) ->
}).
-doc """
Joins a list of binaries together by a specified Separator.
Equivalent to `iolist_to_binary(lists:join(Separator, Binaries))` with binary:join/2 being the faster of the two.
Joins a list of binaries together by a specified `Separator`.
Equivalent to `iolist_to_binary(lists:join(Separator, Binaries))` with `binary:join/2` being the faster of the two.

_Example:_

Expand Down

0 comments on commit 65f1506

Please sign in to comment.