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"