#rewrite docs prop.md typo
This commit is contained in:
parent
912d4a303d
commit
44cc77e021
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ var errored2 = m.prop.combine(function(stream) {
|
|||
if (typeof stream() !== "string") {
|
||||
throw new Error("Not a string")
|
||||
}
|
||||
return value
|
||||
return stream()
|
||||
}, [stream])
|
||||
// errored2 is in an errored state
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue