fixed comment.
This commit is contained in:
parent
8581749435
commit
5a6edb802e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue