From f652c25a54a78c0006520ef1a672aeb55cfa8d3c Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 20 Jun 2016 09:39:05 -0400 Subject: [PATCH] fix typo --- docs/prop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prop.md b/docs/prop.md index 982ff4d8..3730dc94 100644 --- a/docs/prop.md +++ b/docs/prop.md @@ -43,7 +43,7 @@ Creates a computed stream that reactively updates if any of its upstreams are up `stream = prop.combine(combiner, streams)` Argument | Type | Required | Description ------------ | ------------------------=-- | -------- | --- +----------- | --------------------------- | -------- | --- `combiner` | `(Stream..., Array) -> any` | Yes | See [combiner](#combiner) argument `streams` | `Array` | Yes | A list of streams to be combined **returns** | `Stream` | | Returns a stream