diff --git a/basis/tools/time/time-docs.factor b/basis/tools/time/time-docs.factor index a3b8e9fc7e..f821c59941 100644 --- a/basis/tools/time/time-docs.factor +++ b/basis/tools/time/time-docs.factor @@ -16,7 +16,7 @@ ABOUT: "timing" HELP: benchmark { $values { "quot" quotation } - { "runtime" "the runtime in microseconds" } } + { "runtime" "the runtime in nanoseconds" } } { $description "Runs a quotation, measuring the total wall clock time." } { $notes "A nicer word for interactive use is " { $link time } "." } ;