From c72dec65eb575149709fb58b3ab0f69df8688ab7 Mon Sep 17 00:00:00 2001 From: Dmitri Logvinenko Date: Mon, 28 Mar 2016 21:09:30 +0300 Subject: [PATCH 1/2] Add Russian to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2705b6a..32096693 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * [Turkish](tr/) * [Português - Brasil](pt-br/) * [German](de/) +* [Русский](ru/) # Donate From b932c459765f2ad3fc21631992e20d014a4abfd1 Mon Sep 17 00:00:00 2001 From: Dmitri Logvinenko Date: Mon, 28 Mar 2016 21:19:06 +0300 Subject: [PATCH 2/2] Fix misspellings --- de/code/src/apps/ch.2.3/main.go | 2 +- en/code/src/apps/ch.2.3/main.go | 2 +- pt-br/code/src/apps/ch.2.3/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/de/code/src/apps/ch.2.3/main.go b/de/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/de/code/src/apps/ch.2.3/main.go +++ b/de/code/src/apps/ch.2.3/main.go @@ -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() { diff --git a/en/code/src/apps/ch.2.3/main.go b/en/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/en/code/src/apps/ch.2.3/main.go +++ b/en/code/src/apps/ch.2.3/main.go @@ -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() { diff --git a/pt-br/code/src/apps/ch.2.3/main.go b/pt-br/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/pt-br/code/src/apps/ch.2.3/main.go +++ b/pt-br/code/src/apps/ch.2.3/main.go @@ -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() {