From c282e6b4b2c532b8bd142317fa29ecd99e9f7fff Mon Sep 17 00:00:00 2001 From: Grejo Joby <51746129+grejojoby@users.noreply.github.com> Date: Mon, 12 Sep 2022 17:18:17 +0530 Subject: [PATCH] fix(): grammar correction on select page grammar correction in statement in select page. --- public/select | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/select b/public/select index 8132666..54c842b 100644 --- a/public/select +++ b/public/select @@ -27,9 +27,9 @@ -

Go’s select lets you wait on multiple channel -operations. Combining goroutines and channels with -select is a powerful feature of Go.

+

Go’s select lets you wait on multiple channel + operations. Combining goroutines and channels with select, + which is a powerful feature of Go.