models.arrow.smart: fix help lint

db4
Slava Pestov 2009-04-11 21:26:30 -05:00
parent e5df0559eb
commit 410654c324
1 changed files with 1 additions and 1 deletions

View 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"