translate fix

This commit is contained in:
badkaktus 2019-10-16 11:20:52 +03:00
parent a6b72cab23
commit aa2b75a8ba
2 changed files with 6 additions and 6 deletions

6
public/for generated
View File

@ -171,9 +171,9 @@
<tr> <tr>
<td class="docs"> <td class="docs">
<p>We&rsquo;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
View File

@ -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&rsquo;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">