fix(): grammar correction on select page
grammar correction in statement in select page.
This commit is contained in:
parent
00543ca6f7
commit
c282e6b4b2
6
public/select
generated
6
public/select
generated
@ -27,9 +27,9 @@
|
||||
|
||||
<tr>
|
||||
<td class="docs">
|
||||
<p>Go’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’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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user