From 2a6587aec2a34d2f5db31ebafae67c2d68622138 Mon Sep 17 00:00:00 2001 From: Darren Sapalo Date: Sun, 6 Dec 2020 01:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Fixed=20typo=20for=20fun?= =?UTF-8?q?c=20call=20of=20WithBufferedChannel.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/options.md b/doc/options.md index 031fb367..51163ac4 100644 --- a/doc/options.md +++ b/doc/options.md @@ -9,7 +9,7 @@ observable.Map(func(_ context.Context, i interface{}) (interface{}, error) { return i.(int) * 10, nil }, rxgo.WithContext(), rxgo.WithCPUPool(), - rxgo.WihtBufferedChannel(1)) + rxgo.WithBufferedChannel(1)) ``` ## WithBufferedChannel