From 410654c32495669539191611b8e28910dc315afd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 11 Apr 2009 21:26:30 -0500 Subject: [PATCH] models.arrow.smart: fix help lint --- basis/models/arrow/smart/smart-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/models/arrow/smart/smart-docs.factor b/basis/models/arrow/smart/smart-docs.factor index 45faf52b97..cb503294c8 100644 --- a/basis/models/arrow/smart/smart-docs.factor +++ b/basis/models/arrow/smart/smart-docs.factor @@ -7,7 +7,7 @@ HELP: { $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 2 [ + ] " "[ activate-model ] [ value>> ] bi ." "3"