Namdak Tonpa 5 years ago
parent
commit
0926f606af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/api.hrl

+ 0 - 1
include/api.hrl

@@ -53,7 +53,6 @@
 -spec get(Tab :: atom(), Key :: any()) -> {ok,any()} | {error,duplicated} | {error,not_found}.
 -spec get(Tab :: atom(), Key :: any(), Value :: any()) -> {ok,any()} | {error,duplicated} | {error,not_found}.
 -spec index(Tab :: atom(), Key :: any(), Value :: any()) -> list(tuple()).
--spec next_id(Tab :: atom() | string(), Key :: any()) -> integer().
 
 % import/export