less words is better
diff --git a/quantile/stream.go b/quantile/stream.go
index befb1bb..2303190 100644
--- a/quantile/stream.go
+++ b/quantile/stream.go
@@ -7,11 +7,10 @@
 // of results. This is meaningful when the streams represent the same type of
 // data. See Merge and Samples.
 //
-// The quantile package implements the algorithm in the paper Effective
-// Computation of Biased Quantiles over Data Streams with both invariants.
+// The quantile package implements the algorithm in the paper  with both invariants.
 //
-// For more detailed information about the algorithm, see:
-// http://www.cs.rutgers.edu/~muthu/bquant.pdf
+// For more detailed information about the algorithm used, see:
+// Effective Computation of Biased Quantiles over Data Streams - http://www.cs.rutgers.edu/~muthu/bquant.pdf
 package quantile
 
 import (