]> gitweb.factorcode.org Git - factor.git/commitdiff
math.statistics: add some padding in the docs (looks better).
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Oct 2012 02:48:05 +0000 (19:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Oct 2012 04:01:17 +0000 (21:01 -0700)
basis/math/statistics/statistics-docs.factor

index 6585275251b336f6d3854bf741436aefe455090a..d3b9e73f415620397992cfc4ed830cf544964989 100644 (file)
@@ -288,9 +288,9 @@ ARTICLE: "math.statistics" "Statistics"
 "Computing the kth smallest element:"
 { $subsections kth-smallest }
 "Counting the frequency of occurrence of elements:"
-{ $subsection "histogram" }
+{ $subsections "histogram" }
 "Computing cumulative sequences:"
-{ $subsection "cumulative" } ;
+{ $subsections "cumulative" } ;
 
 ABOUT: "math.statistics"