sequences: improve docs for map-sum.
parent
5a3537b90a
commit
22e9109631
|
@ -1008,7 +1008,7 @@ HELP: produce-as
|
||||||
|
|
||||||
HELP: map-sum
|
HELP: map-sum
|
||||||
{ $values { "seq" sequence } { "quot" quotation } { "n" number } }
|
{ $values { "seq" sequence } { "quot" quotation } { "n" number } }
|
||||||
{ $description "Like map sum, but without creating an intermediate sequence." }
|
{ $description "Like " { $snippet "map sum" } ", but without creating an intermediate sequence." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example
|
{ $example
|
||||||
"USING: math math.ranges sequences prettyprint ;"
|
"USING: math math.ranges sequences prettyprint ;"
|
||||||
|
|
Loading…
Reference in New Issue