]> gitweb.factorcode.org Git - factor.git/commitdiff
models.arrow.smart: fix help lint
authorSlava Pestov <slava@shill.local>
Sun, 12 Apr 2009 02:26:30 +0000 (21:26 -0500)
committerSlava Pestov <slava@shill.local>
Sun, 12 Apr 2009 02:26:30 +0000 (21:26 -0500)
basis/models/arrow/smart/smart-docs.factor

index 45faf52b97948380e5235815975a2914f239d0d9..cb503294c8980b87f15dff6b409fe2bb20cc6a27 100644 (file)
@@ -7,7 +7,7 @@ HELP: <smart-arrow>
 { $examples
   "A model which adds the values of two existing models:"
   { $example
-    "USING: models models.arrows.smart accessors math prettyprint ;"
+    "USING: models models.arrow.smart accessors kernel math prettyprint ;"
     "1 <model> 2 <model> [ + ] <smart-arrow>"
     "[ activate-model ] [ value>> ] bi ."
     "3"