Remove nonexistent type: erlang:time()
[beam_stats.git] / src / beam_stats_config.erl
index 68a44ed..45d0fc9 100644 (file)
@@ -12,7 +12,7 @@
 %% ============================================================================
 
 -spec production_interval() ->
-    erlang:time().
+    non_neg_integer().
 production_interval() ->
     get_env(production_interval).
 
This page took 0.026807 seconds and 4 git commands to generate.