lint docs

This commit is contained in:
Leo Horie 2016-06-20 23:35:43 -04:00
parent 92d9e93ee1
commit 639967c767
2 changed files with 8 additions and 8 deletions

View file

@ -490,7 +490,7 @@ var errored4 = m.prop.combine(function() {
}, [m.prop("hello")])
console.log(errored4.error()) // logs "Server is offline"
//by returning an errored stream in a chain
// by returning an errored stream in a chain
var errored5 = m.prop("hello").map(function() {
return m.prop.reject("Server is offline")
})