From 913cdd6f1ab4628155d11fea12114c00a013e08b Mon Sep 17 00:00:00 2001 From: Mitchell N Charity Date: Thu, 2 Sep 2010 12:34:57 -0400 Subject: [PATCH] time-docs: add see-also "Word annotations" --- basis/tools/time/time-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/time/time-docs.factor b/basis/tools/time/time-docs.factor index f821c59941..8d891c1aa4 100644 --- a/basis/tools/time/time-docs.factor +++ b/basis/tools/time/time-docs.factor @@ -10,7 +10,7 @@ ARTICLE: "timing" "Timing code and collecting statistics" "A lower-level word puts timings on the stack, intead of printing:" { $subsections benchmark } "You can also read the system clock directly; see " { $link "system" } "." -{ $see-also "profiling" "calendar" } ; +{ $see-also "profiling" "tools.annotations" "calendar" } ; ABOUT: "timing"