Skip to content

Commit

Permalink
Move spec to correct line so we can gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
russelldb committed Jan 8, 2015
1 parent 6e0ff72 commit 074949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eleveldb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ async_write(_CallerRef, _Ref, _Updates, _Opts) ->
erlang:nif_error({error, not_loaded}).

-spec async_iterator(reference(), db_ref(), read_options()) -> ok.
-spec async_iterator(reference(), db_ref(), read_options(), keys_only) -> ok.
async_iterator(_CallerRef, _Ref, _Opts) ->
erlang:nif_error({error, not_loaded}).

-spec async_iterator(reference(), db_ref(), read_options(), keys_only) -> ok.
async_iterator(_CallerRef, _Ref, _Opts, keys_only) ->
erlang:nif_error({error, not_loaded}).

Expand Down

10 comments on commit 074949b

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from russelldb
at 074949b

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/eleveldb/bug/rdb/doc-gen = 074949b into borshop-integration-132-bug/rdb/doc-gen

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/eleveldb/bug/rdb/doc-gen = 074949b merged ok, testing candidate = 0ea5df4

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seancribbs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop: retry

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from russelldb
at 074949b

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/eleveldb/bug/rdb/doc-gen = 074949b into borshop-integration-132-bug/rdb/doc-gen

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/eleveldb/bug/rdb/doc-gen = 074949b merged ok, testing candidate = 10fcb78

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

@borshop borshop commented on 074949b Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding 2.0 to borshop-integration-132-bug/rdb/doc-gen = 10fcb78

Please sign in to comment.