diff --git a/collects/math/scribblings/math-number-theory.scrbl b/collects/math/scribblings/math-number-theory.scrbl index b46623abdf..81853b1470 100644 --- a/collects/math/scribblings/math-number-theory.scrbl +++ b/collects/math/scribblings/math-number-theory.scrbl @@ -546,7 +546,7 @@ Counting multiplicities the number of prime factors of @racket[n] is returned. Note: The function @racket[prime-omega] is multiplicative. @interaction[#:eval untyped-eval - (prime-omega (* 2 2 2 3 3 4 5))] + (prime-omega (* 2 2 2 3 3 5))] } @; ----------------------------------------