From 5a6edb802e4c29acff8884db86abf589faba94e3 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Sat, 28 Jan 2017 19:43:12 -0500 Subject: [PATCH] fixed comment. --- utilities/runAvg/runAvg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/runAvg/runAvg.go b/utilities/runAvg/runAvg.go index 6c0d3b0..c12efa9 100644 --- a/utilities/runAvg/runAvg.go +++ b/utilities/runAvg/runAvg.go @@ -1,7 +1,7 @@ /* A utility to calculate the running average. -One should implement Val() to be able to use this utility. +One should implement Val() and ID() to use this utility. */ package runAvg