diff --git a/basis/math/statistics/statistics-docs.factor b/basis/math/statistics/statistics-docs.factor index 9c53a200b3..83cb371978 100644 --- a/basis/math/statistics/statistics-docs.factor +++ b/basis/math/statistics/statistics-docs.factor @@ -173,8 +173,8 @@ HELP: cum-product { $description "Returns the cumulative product of " { $snippet "seq" } "." } { $examples { $example "USING: math.statistics prettyprint ;" - "{ 1 2 3 4 } cum-product ." - "{ 1 2 6 24 }" + "{ 2 3 4 } cum-product ." + "{ 2 6 24 }" } } ;