[erlang-patches] erlang:split_binary/2 docfix

Björn Gustavsson bgustavsson@REDACTED
Tue Dec 8 07:43:02 CET 2009


On Tue, Dec 8, 2009 at 3:25 AM, Aleksey Yeschenko <aleksey@REDACTED> wrote:
> http://github.com/iamaleksey/otp/tree/split_binary_docfix
>
> Fixes split_binary documentation. 0 is a valid value for the Pos argument:
>
> 1> split_binary(<<1,2,3,4>>, 0).
> {<<>>,<<1,2,3,4>>}

Thanks! Included in 'pu', will soon be graduated to the development branch.

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list