diff options
author | Jens Rantil <jens.rantil@gmail.com> | 2013-09-04 09:37:26 +0200 |
---|---|---|
committer | Jens Rantil <jens.rantil@gmail.com> | 2013-09-04 09:37:26 +0200 |
commit | dde956286abf4e90f74cbbb773c57c7838d6b812 (patch) | |
tree | e617551d009b9ba8e20eab95a0d5b42cfbd61432 | |
parent | 412b312c45ccb8922f92c4ee364819fb0add7734 (diff) |
parens => parentheses
-rw-r--r-- | go.html.markdown | 2 |
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. |