Skip to content

Commit 82560f5

Browse files
authored
Define unbound type variables (#61)
1 parent 28fa000 commit 82560f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shards.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,8 @@ update_element(Tab, Key, ElementSpec) ->
15031503
Tab :: tab(),
15041504
Key :: term(),
15051505
ElementSpec :: {Pos, Value} | [{Pos, Value}],
1506+
Pos :: pos_integer(),
1507+
Value :: term(),
15061508
Meta :: shards_meta:t().
15071509
update_element(Tab, Key, ElementSpec, Meta) ->
15081510
PartTid = shards_partition:tid(Tab, Key, Meta),

0 commit comments

Comments
 (0)