translate fix
This commit is contained in:
parent
a6b72cab23
commit
aa2b75a8ba
6
public/for
generated
6
public/for
generated
@ -171,9 +171,9 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="docs">
|
<td class="docs">
|
||||||
<p>We’ll see some other <code>for</code> forms later when we look at
|
<p>Мы увидим некоторые другие записи <code>for</code> позже,
|
||||||
<code>range</code> statements, channels, and other data
|
когда рассмотрим оператор <code>range</code>, каналы и другие
|
||||||
structures.</p>
|
структуры данных.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="code empty">
|
<td class="code empty">
|
||||||
|
6
public/if-else
generated
6
public/if-else
generated
@ -160,9 +160,9 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="docs">
|
<td class="docs">
|
||||||
<p>There is no <a href="http://en.wikipedia.org/wiki/%3F:">ternary if</a>
|
<p>В Go нет <a href="http://en.wikipedia.org/wiki/%3F:">тернарного if</a>,
|
||||||
in Go, so you’ll need to use a full <code>if</code> statement even
|
поэтому вам нужно использовать полный оператор if
|
||||||
for basic conditions.</p>
|
даже для базовых условий.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="code empty">
|
<td class="code empty">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user