Skip to content

Commit

Permalink
fixup! Add missing specs for et
Browse files Browse the repository at this point in the history
  • Loading branch information
dgud committed Jan 16, 2024
1 parent 90eb1fe commit d460406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/et/src/et_collector.erl
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ report_event(CollectorPid, DetailLevel, From, To, Label, Contents)
%% Key = record(event_ts) | record(trace_ts)
%%----------------------------------------------------------------------

-spec make_key(TH, Stuff) -> Key when
TH :: table_handle() | trace_ts | event_ts,
-spec make_key(Handle, Stuff) -> Key when
Handle :: table_handle() | trace_ts | event_ts,
Stuff :: event() | Key,
Key :: event_ts() | trace_ts().
make_key(TH, Stuff) when is_record(TH, table_handle) ->
Expand Down

0 comments on commit d460406

Please sign in to comment.