]> gitweb.factorcode.org Git - factor.git/commitdiff
clarify docs a bit
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 4 Mar 2009 21:04:55 +0000 (15:04 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 4 Mar 2009 21:04:55 +0000 (15:04 -0600)
basis/lists/lists-docs.factor

index 8494d7c3522cd8e290aeaf084a6f06f90f98d4f1..c03a869ebd13feebbcad0b5becbbb927aa6fb2b8 100644 (file)
@@ -21,7 +21,7 @@ ARTICLE: { "lists" "protocol" } "The list protocol"
 { $subsection cdr }
 { $subsection nil? } ;
 
-ARTICLE: { "lists" "strict" } "Strict lists"
+ARTICLE: { "lists" "strict" } "Constructing strict lists"
 "Strict lists are simply cons cells where the car and cdr have already been evaluated. These are the lists of Lisp. To construct a strict list, the following words are provided:"
 { $subsection cons }
 { $subsection swons }