Skip to content

Commit 6668ed5

Browse files
committed
Merge pull request astaxie#609 from VorT3x/master
Add Russian to README and fix minor misspellings
2 parents a8896f1 + 0354ecb commit 6668ed5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Turkish](tr/)
88
* [Português - Brasil](pt-br/)
99
* [German](de/)
10+
* [Русский](ru/)
1011

1112
# Donate
1213

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)