From cafa8cf4a1a23b014ce2d704a7b298a7b348f894 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 12 Jan 2008 23:05:02 +0100 Subject: [PATCH] Fix statistics-docs --- extra/math/statistics/statistics-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/math/statistics/statistics-docs.factor b/extra/math/statistics/statistics-docs.factor index bb92178e6d..620501c16e 100644 --- a/extra/math/statistics/statistics-docs.factor +++ b/extra/math/statistics/statistics-docs.factor @@ -1,4 +1,5 @@ -USING: math.statistics help.markup help.syntax debugger ; +USING: help.markup help.syntax debugger ; +IN: math.statistics HELP: geometric-mean { $values { "seq" "a sequence of numbers" } { "n" "a non-negative real number"} }