]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix statistics-docs
authorSamuel Tardieu <sam@rfc1149.net>
Sat, 12 Jan 2008 22:05:02 +0000 (23:05 +0100)
committerSamuel Tardieu <sam@rfc1149.net>
Sat, 12 Jan 2008 22:05:02 +0000 (23:05 +0100)
extra/math/statistics/statistics-docs.factor

index bb92178e6d4a1acc27693f08b61578a128fb22eb..620501c16e7c8697bb280941e0cb11c68b51301e 100644 (file)
@@ -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"} }