From 23fc7b3eb9f64481d34a8e5339eb3ec3f80169cc Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 25 Oct 2012 19:48:05 -0700 Subject: [PATCH] math.statistics: add some padding in the docs (looks better). --- basis/math/statistics/statistics-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/math/statistics/statistics-docs.factor b/basis/math/statistics/statistics-docs.factor index 6585275251..d3b9e73f41 100644 --- a/basis/math/statistics/statistics-docs.factor +++ b/basis/math/statistics/statistics-docs.factor @@ -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"