Skip to content

Commit 0354ecb

Browse files
committed
Fix misspellings
1 parent b015fcd commit 0354ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

de/code/src/apps/ch.2.3/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func show_if_var() {
3737
fmt.Println("x is less than 10")
3838
}
3939

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
4141
// fmt.Println(x)
4242
}
4343
func show_goto() {

pt-br/code/src/apps/ch.2.3/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func show_if_var() {
3737
fmt.Println("x is less than 10")
3838
}
3939

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
4141
// fmt.Println(x)
4242
}
4343
func show_goto() {

0 commit comments

Comments
 (0)