models.arrow.smart: fix help lint
parent
e5df0559eb
commit
410654c324
|
@ -7,7 +7,7 @@ HELP: <smart-arrow>
|
||||||
{ $examples
|
{ $examples
|
||||||
"A model which adds the values of two existing models:"
|
"A model which adds the values of two existing models:"
|
||||||
{ $example
|
{ $example
|
||||||
"USING: models models.arrows.smart accessors math prettyprint ;"
|
"USING: models models.arrow.smart accessors kernel math prettyprint ;"
|
||||||
"1 <model> 2 <model> [ + ] <smart-arrow>"
|
"1 <model> 2 <model> [ + ] <smart-arrow>"
|
||||||
"[ activate-model ] [ value>> ] bi ."
|
"[ activate-model ] [ value>> ] bi ."
|
||||||
"3"
|
"3"
|
||||||
|
|
Loading…
Reference in New Issue