]> gitweb.factorcode.org Git - factor.git/commitdiff
models.arrow: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Nov 2020 15:48:59 +0000 (07:48 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 15 Nov 2020 15:48:59 +0000 (07:48 -0800)
basis/models/arrow/arrow-docs.factor

index 83c09ce099352b98322200d88eef48734d965dde..775791a39077de9f2911a84b14f688ce972f80c0 100644 (file)
@@ -23,7 +23,7 @@ HELP: <arrow>
 { $examples "See the example in the documentation for " { $link arrow } "." } ;
 
 HELP: <?arrow>
-{ $values { "model" model } { "quot" { $quotation ( obj -- newobj ) } } { "arrow" "a new " { $link ?arrow } } }
+{ $values { "model" model } { "quot" { $quotation ( obj -- newobj ) } } { "?arrow" "a new " { $link ?arrow } } }
 { $description "Creates a new instance of " { $link ?arrow } ". The value of the new arrow model is computed by applying the quotation to the value, but only set if the value actually changed. This prevents connected observers from being updated if the value did not change since the last update." }
 { $examples "See the example in the documentation for " { $link arrow } "." } ;