]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/statistics/statistics-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / math / statistics / statistics-docs.factor
index 53159279105f9580543fd4612e39e389a788fc91..959bea8d09b602c575ea21bcdf9ff8957080b880 100644 (file)
@@ -73,7 +73,7 @@ HELP: sample-var
   { $example "USING: math.statistics prettyprint ;" "{ 1 2 3 } sample-var ." "1" }
   { $example "USING: math.statistics prettyprint ;" "{ 1 2 3 4 } sample-var ." "1+2/3" } } ;
 
-HELP: population-cov 
+HELP: population-cov
 { $values { "{x}" sequence } { "{y}" sequence } { "cov" "a real number" } }
 { $description "Computes the covariance of two sequences, " { $snippet "{x}" } " and " { $snippet "{y}" } "." } ;