Fix ui.tools.profiler help lint
parent
6c5e10e5fd
commit
577522fe0f
|
@ -2,7 +2,7 @@ IN: ui.tools.profiler
|
|||
USING: help.markup help.syntax ui.operations help.tips ;
|
||||
|
||||
ARTICLE: "ui.tools.profiler" "UI profiler tool"
|
||||
"The " { $vocab-link "ui.tools.profiler" } " vocabulary implements a graphical tool for viewing profiling results (see " { $link "tools.profiler" } ")."
|
||||
"The " { $vocab-link "ui.tools.profiler" } " vocabulary implements a graphical tool for viewing profiling results (see " { $link "profiling" } ")."
|
||||
$nl
|
||||
"To use the profiler, enter a piece of code in the listener's input area and press " { $operation com-profile } "." ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue