fixing some docs.
parent
3e19d9d18d
commit
04320d27f4
|
@ -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.
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue