Skip to content

Commit 26a1ac6

Browse files
committed
Fixed dialyzer spec for asyc_put
1 parent 9df7c69 commit 26a1ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eleveldb.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ write(Ref, Updates, Opts) ->
162162
async_write(CallerRef, Ref, Updates, Opts),
163163
?WAIT_FOR_REPLY(CallerRef).
164164

165+
-spec async_put(db_ref(), reference(), binary(), binary(), write_options()) -> ok.
165166
async_put(Ref, Context, Key, Value, Opts) ->
166167
Updates = [{put, Key, Value}],
167168
async_write(Context, Ref, Updates, Opts),

0 commit comments

Comments
 (0)