diff --git a/public/for b/public/for index 30a452c..dc5b336 100644 --- a/public/for +++ b/public/for @@ -171,9 +171,9 @@
We’ll see some other for
forms later when we look at
-range
statements, channels, and other data
-structures.
Мы увидим некоторые другие записи for
позже,
+когда рассмотрим оператор range
, каналы и другие
+структуры данных.
There is no ternary if
-in Go, so you’ll need to use a full if
statement even
-for basic conditions.
В Go нет тернарного if, +поэтому вам нужно использовать полный оператор if +даже для базовых условий.