Standardize on defining consumption_interval first.
[beam_stats.git] / src / beam_stats_consumer_csv.erl
index b50183e..bfa61cd 100644 (file)
@@ -15,8 +15,8 @@
     ]).
 
 -type option() ::
-      {path                 , file:filename()}
-    | {consumption_interval , non_neg_integer()}
+      {consumption_interval , non_neg_integer()}
+    | {path                 , file:filename()}
     .
 
 -record(state,
This page took 0.025994 seconds and 4 git commands to generate.