From fd6022b12778a530df1818051ae33a7074cb0bb3 Mon Sep 17 00:00:00 2001 From: chancyWu Date: Wed, 13 Apr 2016 17:22:36 +0800 Subject: [PATCH] Fix typo religous -> religious --- en/02.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02.1.md b/en/02.1.md index 973a01cb..496b8b65 100644 --- a/en/02.1.md +++ b/en/02.1.md @@ -1,6 +1,6 @@ ## What makes Go different from other languages? -The Go programming language was created with one goal in mind, to be able to build scalable web-applications for large scale audiences in a large team. So that is the reason they made the language as standardized as possible, hence the `gofmt` tool and the strict usage guidelines to the language was for the sake of not having two factions in the developer base, in other languages there are religous wars on where to keep the opening brace? +The Go programming language was created with one goal in mind, to be able to build scalable web-applications for large scale audiences in a large team. So that is the reason they made the language as standardized as possible, hence the `gofmt` tool and the strict usage guidelines to the language was for the sake of not having two factions in the developer base, in other languages there are religious wars on where to keep the opening brace? public static void main() {