Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Offending URL
https://mithril.js.org/stream.html
Issue description
Hi, I may be wrong, but I think the lifter
function of Stream.lift
is documented wrong. It is documented as accepting
Splat of zero or more streams that correspond to the streams passed to
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
Metadata
Metadata
Assignees
Labels
No labels