Skip to content

Commit

Permalink
Update src/njson_decoder.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Garea <javigarea@gmail.com>
  • Loading branch information
mrrubinos and javiergarea authored Nov 8, 2023
1 parent 96ea509 commit 78290ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/njson_decoder.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ next(<<Bin/binary>>, Original, Skip, Next, Value) ->
Binary :: binary(),
Skip :: non_neg_integer(),
Next :: [?END | ?KEY | ?OBJECT | ?ARRAY | list() | map()],
Value :: false | null | true | binary() | number() | list() | map(),
Value :: njson:t(),
OK :: {ok, Json},
Json :: njson:t(),
Error :: njson:decode_error().
Expand Down

0 comments on commit 78290ab

Please sign in to comment.