]> gitweb.factorcode.org Git - factor.git/commitdiff
removed merge-model from frp-docs
authorSam Anklesaria <sam@Tintin.local>
Sat, 9 May 2009 19:08:20 +0000 (14:08 -0500)
committerSam Anklesaria <sam@Tintin.local>
Sat, 9 May 2009 19:08:20 +0000 (14:08 -0500)
extra/ui/frp/frp-docs.factor

index 479a56e513af0b3eac934d859fc71b572951bce2..fb63d7f1b931055e3a2c4939268552e021352708 100644 (file)
@@ -25,7 +25,7 @@ HELP: <frp-button>
 { $description "Creates an button whose model updates on clicks" } ;
 
 HELP: <merge>
-{ $values { "models" "a list of models" } { "model" merge-model } }
+{ $values { "models" "a list of models" } { "model" basic-model } }
 { $description "Creates a model that merges the updates of others" } ;
 
 HELP: <filter>