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