From 77feed32e3f0f15721744250bbcc097470b3c199 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 1 Jan 2014 16:20:52 -0800 Subject: [PATCH] typo --- ostat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostat.go b/ostat.go index 32ba9be..ecbbad8 100644 --- a/ostat.go +++ b/ostat.go @@ -1,5 +1,5 @@ // ostat is a go package that implements the efficient, accurate, and stable -// calculation of online] statistical quantities. The algorithm comes from *The +// calculation of online statistical quantities. The algorithm comes from *The // Art of Computer Programing*, vol 2 by Knuth package ostat