#rewrite docs prop.md typo

This commit is contained in:
maks feltrin 2016-10-23 17:43:46 +02:00 committed by GitHub
parent 912d4a303d
commit 44cc77e021

View file

@ -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
```