Skip to content

Commit

Permalink
Tweak Msgpax.unpack/2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Dec 28, 2020
1 parent fd18e39 commit a21bd23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/msgpax.ex
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ defmodule Msgpax do
## Options
* `:binary` - (boolean) if `true`, then binaries are decoded as `Msgpax.Bin`
structs instead of plain Elixir binaries.
structs instead of plain Elixir binaries. Defaults to `false`.
* `:ext` - (module) a module that implements the `Msgpax.Ext.Unpacker`
behaviour. For more information, see the docs for `Msgpax.Ext.Unpacker`.
Expand Down

0 comments on commit a21bd23

Please sign in to comment.