From 3c043b489cfd5e7f4eace8a6403686508c66efc6 Mon Sep 17 00:00:00 2001 From: Rehan-Sattar Date: Fri, 27 Sep 2019 21:13:05 +0500 Subject: [PATCH] fix(docs): remove repetitive op3() in example --- docs_app/content/guide/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_app/content/guide/operators.md b/docs_app/content/guide/operators.md index bfc578bc51..668bffddab 100644 --- a/docs_app/content/guide/operators.md +++ b/docs_app/content/guide/operators.md @@ -50,7 +50,7 @@ obs.pipe( op1(), op2(), op3(), - op3(), + op4() ) ```