Fix misspellings

This commit is contained in:
Dmitri Logvinenko
2016-03-28 21:19:06 +03:00
parent c72dec65eb
commit b932c45976
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10")
}
// the following code will not compile, since `x` is only accessable with the if/else block
// the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x)
}
func show_goto() {

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10")
}
// the following code will not compile, since `x` is only accessable with the if/else block
// the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x)
}
func show_goto() {

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10")
}
// the following code will not compile, since `x` is only accessable with the if/else block
// the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x)
}
func show_goto() {