summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2018-02-19 23:56:41 -0800
committerGitHub <noreply@github.com>2018-02-19 23:56:41 -0800
commit53a38e1da0062a9d84858ff94e8e60457c2d6248 (patch)
tree322972ca88781f519818a0b242756ee71f84501c
parentfce4a810cb066d6d83b829609ac15b08879cd1b0 (diff)
parentc90ee7202e5bb3a00fa4c7159b57586c3aef8ea8 (diff)
Merge pull request #3062 from iezepov/patch-3
[go/en] Small typo
-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 {