From 44ce3c96bba2424b6da090e876214ec1d14792ef Mon Sep 17 00:00:00 2001 From: neuecc Date: Tue, 6 Apr 2021 13:17:11 +0900 Subject: [PATCH] en-us docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e1e56..cf0427e 100644 --- a/README.md +++ b/README.md @@ -848,7 +848,7 @@ button.OnClickAsAsyncEnumerable().Subscribe(async x => Channel --- -`Channel` is the same as [System.Threading.Tasks.Channels](https://docs.microsoft.com/ja-jp/dotnet/api/system.threading.channels?view=netcore-3.1) which is similar to a GoLang Channel. +`Channel` is the same as [System.Threading.Tasks.Channels](https://docs.microsoft.com/en-us/dotnet/api/system.threading.channels?view=netcore-3.1) which is similar to a GoLang Channel. Currently it only supports multiple-producer, single-consumer unbounded channels. It can create by `Channel.CreateSingleConsumerUnbounded()`.