Fix help lint warning

db4
Slava Pestov 2008-12-06 03:47:17 -06:00
parent d7d7f5c958
commit e95bda8144
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ HELP: word-inputs
HELP: add-timing
{ $values { "word" word } }
{ $description "Adds timing code to a word, which records its total running time, including that of words it calls, on every invocation." }
{ $see-also "tools.time" } ;
{ $see-also "timing" "profiling" } ;
HELP: reset-word-timing
{ $description "Resets the word timing table." } ;