summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJens Rantil <jens.rantil@gmail.com>2013-09-04 09:37:26 +0200
committerJens Rantil <jens.rantil@gmail.com>2013-09-04 09:37:26 +0200
commitdde956286abf4e90f74cbbb773c57c7838d6b812 (patch)
treee617551d009b9ba8e20eab95a0d5b42cfbd61432
parent412b312c45ccb8922f92c4ee364819fb0add7734 (diff)
parens => parentheses
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 4db76a49..5d5d974b 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -46,7 +46,7 @@ func main() {
}
// Functions have parameters in parentheses.
-// If there are no parameters, empty parens are still required.
+// If there are no parameters, empty parentheses are still required.
func beyondHello() {
var x int // Variable declaration. Variables must be declared before use.
x = 3 // Variable assignment.