fix(): grammar correction on select page

grammar correction in statement in select page.
This commit is contained in:
Grejo Joby 2022-09-12 17:18:17 +05:30 committed by GitHub
parent 00543ca6f7
commit c282e6b4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
public/select generated
View File

@ -27,9 +27,9 @@
<tr>
<td class="docs">
<p>Go&rsquo;s <em>select</em> lets you wait on multiple channel
operations. Combining goroutines and channels with
select is a powerful feature of Go.</p>
<p>Go&rsquo;s <em>select</em> lets you wait on multiple channel
operations. Combining goroutines and channels with select,
which is a powerful feature of Go.</p>
</td>
<td class="code empty leading">