Merge: lib/config: fix doc
[nit.git] / src / metrics / metrics_base.nit
index a2fb201..216e2b3 100644 (file)
@@ -235,7 +235,7 @@ end
 class IntMetric
        super Metric
 
-       redef type VAL: Int
+       redef type VAL: Int is fixed
        redef type RES: Counter[ELM]
 
        # `IntMetric` uses a Counter to store values in intern.