fix type spec
This commit is contained in:
parent
3721fde7e8
commit
52781060b2
@ -134,7 +134,7 @@ write_cache(Key, Val, Map) ->
|
|||||||
|
|
||||||
%% -- Reference counting -----------------------------------------------------
|
%% -- Reference counting -----------------------------------------------------
|
||||||
|
|
||||||
-type refcount() :: #{id() => pos_integer()}.
|
-type refcount() :: #{id() => integer()}.
|
||||||
|
|
||||||
-spec refcount_zero() -> refcount().
|
-spec refcount_zero() -> refcount().
|
||||||
refcount_zero() -> #{}.
|
refcount_zero() -> #{}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user