]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/handbook/handbook.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / help / handbook / handbook.factor
index 6296eb5ab126cc67053ed9a0a27e7dace761c7c2..b51c2d54594f0b683e9ea21b88349016451a31fe 100644 (file)
@@ -35,7 +35,7 @@ ARTICLE: "conventions" "Conventions"
     { { "vocabulary " { $strong "or" } " vocab" } { "a named set of words. See " { $link "vocabularies" } } }
     { "vocabulary specifier"  { "a " { $link vocab } ", " { $link vocab-link } " or a string naming a vocabulary" } }
     { "word"                  { "the basic unit of code, analogous to a function or procedure in other programming languages. See " { $link "words" } } }
-} 
+}
 { $heading "Documentation conventions" }
 "Factor documentation consists of two distinct bodies of text. There is a hierarchy of articles, much like this one, and there is word documentation. Help articles reference word documentation, and vice versa, but not every documented word is referenced from some help article."
 $nl
@@ -122,7 +122,7 @@ ARTICLE: "numbers" "Numbers"
 
 USE: io.buffers
 
-ARTICLE: "collections" "Collections" 
+ARTICLE: "collections" "Collections"
 { $heading "Sequences" }
 { $subsections
     "sequences"