]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Aug 2008 15:09:35 +0000 (10:09 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Aug 2008 15:09:35 +0000 (10:09 -0500)
basis/models/compose/compose-docs.factor

index 8c07b2f09ea2558dbf249acba8d0c32d463bbba6..0f88499618feaa30562ab691ea952d2cbcc2383b 100755 (executable)
@@ -20,7 +20,7 @@ $nl
 \r
 HELP: <compose>\r
 { $values { "models" "a sequence of models" } { "compose" "a new " { $link compose } } }\r
-{ $description "Creates a new instance of " { $link compose } ". The value of the new compose model is obtained by mapping " { $link model-value } " over the given sequence of models." }\r
+{ $description "Creates a new instance of " { $link compose } ". The value of the new compose model is obtained by mapping the " { $snippet "value" } " slot accessor over the given sequence of models." }\r
 { $examples "See the example in the documentation for " { $link compose } "." } ;\r
 \r
 ARTICLE: "models-compose" "Composed models"\r