From 93062d6c6a49b84ee8a95b7b54a175278b31d20f Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Sat, 22 Oct 2016 23:48:55 +0200 Subject: [PATCH] docs/prop.md typo --- docs/prop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prop.md b/docs/prop.md index 035ebc66..9ae320f3 100644 --- a/docs/prop.md +++ b/docs/prop.md @@ -49,7 +49,7 @@ Argument | Type | Required | Description Creates a computed stream that reactively updates if any of its upstreams are updated. See [combining streams](#combining-streams) -`stream = prop.combine(combiner, streams)` +`stream = m.prop.combine(combiner, streams)` Argument | Type | Required | Description ----------- | --------------------------- | -------- | ---