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"