File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pt-br/code/src/apps/ch.2.3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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