fixed comment.

This commit is contained in:
Pradyumna Kaushik 2017-01-28 19:43:12 -05:00
parent 8581749435
commit 5a6edb802e

View file

@ -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