Skip to content

Commit

Permalink
Update src/riak_object.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Arts <thomas.arts@quviq.com>
  • Loading branch information
martinsumner and ThomasArts committed Oct 2, 2023
1 parent 7d22357 commit 019d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_object.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ from_binary(_B, _K, Obj = #r_object{}) ->
{vclock:vclock(), integer(), integer(),
list(erlang:timestamp())|undefined, binary()}.
%% @doc
%% Extract only sumarry infromation from the binary - the vector, the object
%% Extract only summary information from the binary - the vector, the object
%% size and the sibling count
summary_from_binary(<<?MAGIC, _Rest/binary>>=ObjBin) ->
summary_from_binary(ObjBin, byte_size(ObjBin));
Expand Down

0 comments on commit 019d028

Please sign in to comment.