Fix documentation typo
parent
898f808775
commit
a882c65406
|
|
@ -1,7 +1,7 @@
|
||||||
USING: help parser prettyprint ;
|
USING: help parser prettyprint ;
|
||||||
|
|
||||||
ARTICLE: "handbook" "Factor documentation"
|
ARTICLE: "handbook" "Factor documentation"
|
||||||
"Welcome to Factor! Factor documentation is takes the form of an outline, with cross-referencing hyperlinks between topics. You can click the triangle next to a topic heading to expand the topic."
|
"Welcome to Factor! Factor documentation takes the form of an outline, with cross-referencing hyperlinks between topics. You can click the triangle next to a topic heading to expand the topic."
|
||||||
$terpri
|
$terpri
|
||||||
"There is some introductory material you will find useful when starting out:"
|
"There is some introductory material you will find useful when starting out:"
|
||||||
{ $subsection "presentation-intro" }
|
{ $subsection "presentation-intro" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue