basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Improve typespec for riakc_obj:update_value/3 #368

Closed aaronrenner closed 1 year ago

aaronrenner commented 6 years ago

This allows a binary to be passed in for the content type parameter on riak_obj:update_value/3, making it take the same values for content type as riak_obj:update_content_type/2. This should be completely safe, since update_value/3 calls update_content_type/2 under the hood.