summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
diff options
context:
space:
mode:
authorIlya <iezepov@yandex.ru>2018-02-15 10:57:27 +0700
committerGitHub <noreply@github.com>2018-02-15 10:57:27 +0700
commitc90ee7202e5bb3a00fa4c7159b57586c3aef8ea8 (patch)
tree322972ca88781f519818a0b242756ee71f84501c /go.html.markdown
parentfce4a810cb066d6d83b829609ac15b08879cd1b0 (diff)
[go/en] Small typo
Small typo in command line commad
Diffstat (limited to 'go.html.markdown')
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index e5263cf6..47d9c234 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -180,7 +180,7 @@ func learnFlowControl() {
if true {
fmt.Println("told ya")
}
- // Formatting is standardized by the command line command "go fmt."
+ // Formatting is standardized by the command line command "go fmt".
if false {
// Pout.
} else {