fixing some docs.

db4
John Benediktsson 2012-07-19 09:47:14 -07:00
parent 3e19d9d18d
commit 04320d27f4
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ gc
! Compile a set of words ahead of the full compile.
! This set of words was determined semi-empirically
! using the profiler. It improves bootstrap time
! significantly, because frequenly called words
! significantly, because frequently called words
! which are also quick to compile are replaced by
! compiled definitions as soon as possible.
{

View File

@ -2,7 +2,7 @@ USING: help.markup help.syntax quotations strings ;
IN: init
HELP: boot
{ $description "Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code." } ;
{ $description "Called on startup as part of the boot quotation to initialize the runtime and prepare it for running user code." } ;
{ boot startup-quot set-startup-quot } related-words