summaryrefslogtreecommitdiff
path: root/src/rebar_state.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-11 17:14:11 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-11 17:17:03 -0500
commitd317869a3e3234510d3b2edc756caeff4cc1d515 (patch)
tree6a4d29ad135eeadae218de58cc762a189f27d699 /src/rebar_state.erl
parentef22eeb387d08548e971a5698d01924ef12b6095 (diff)
clean ups from Fred's comments
Diffstat (limited to 'src/rebar_state.erl')
-rw-r--r--src/rebar_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_state.erl b/src/rebar_state.erl
index 3e45ba8..f922977 100644
--- a/src/rebar_state.erl
+++ b/src/rebar_state.erl
@@ -55,7 +55,7 @@
all_deps = [] :: [rebar_app_info:t()],
packages = undefined :: {rebar_dict(), rebar_digraph()} | undefined,
- registry = undefined :: {ok, rebar_tid()} | error | undefined,
+ registry = undefined :: {ok, ets:tid()} | error | undefined,
overrides = [],
resources = [],
providers = []}).