Closed tmewett closed 1 month ago
https://mithril.js.org/stream.html
Hi, I may be wrong, but I think the lifter function of Stream.lift is documented wrong. It is documented as accepting
lifter
Stream.lift
Splat of zero or more streams that correspond to the streams passed to stream.lift
stream.lift
but it seems to accept the actual values of the streams.
The quote above should probably read something like
Splat of zero or more values that correspond to the values of the streams passed to stream.lift
Is there an existing issue for this?
Offending URL
https://mithril.js.org/stream.html
Issue description
Hi, I may be wrong, but I think the
lifter
function ofStream.lift
is documented wrong. It is documented as acceptingbut it seems to accept the actual values of the streams.
The quote above should probably read something like