Fix type spec
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/1c86455c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/1c86455c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/1c86455c Branch: refs/heads/master Commit: 1c86455c135227f4874dc00b00ea8eea5c662c3f Parents: 3d73439 Author: Paul J. Davis <[email protected]> Authored: Wed Nov 1 14:29:37 2017 -0500 Committer: Paul J. Davis <[email protected]> Committed: Wed Nov 1 14:29:37 2017 -0500 ---------------------------------------------------------------------- src/jiffy.erl | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/1c86455c/src/jiffy.erl ---------------------------------------------------------------------- diff --git a/src/jiffy.erl b/src/jiffy.erl index 08fa3c0..a116211 100644 --- a/src/jiffy.erl +++ b/src/jiffy.erl @@ -39,6 +39,7 @@ -type decode_option() :: return_maps | use_nil | return_trailer + | dedupe_keys | {null_term, any()} | {bytes_per_iter, non_neg_integer()} | {bytes_per_red, non_neg_integer()}.
