File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
pt-br/code/src/apps/ch.2.3 Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
* [ Turkish] ( tr/ )
8
8
* [ Português - Brasil] ( pt-br/ )
9
9
* [ German] ( de/ )
10
+ * [ Русский] ( ru/ )
10
11
11
12
# Donate
12
13
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func show_if_var() {
37
37
fmt .Println ("x is less than 10" )
38
38
}
39
39
40
- // the following code will not compile, since `x` is only accessable with the if/else block
40
+ // the following code will not compile, since `x` is only accessible with the if/else block
41
41
// fmt.Println(x)
42
42
}
43
43
func show_goto () {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func show_if_var() {
37
37
fmt .Println ("x is less than 10" )
38
38
}
39
39
40
- // the following code will not compile, since `x` is only accessable with the if/else block
40
+ // the following code will not compile, since `x` is only accessible with the if/else block
41
41
// fmt.Println(x)
42
42
}
43
43
func show_goto () {
You can’t perform that action at this time.
0 commit comments