diff options
| author | Adam Bard <github@adambard.com> | 2018-02-19 23:56:41 -0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-19 23:56:41 -0800 | 
| commit | 53a38e1da0062a9d84858ff94e8e60457c2d6248 (patch) | |
| tree | 322972ca88781f519818a0b242756ee71f84501c /go.html.markdown | |
| parent | fce4a810cb066d6d83b829609ac15b08879cd1b0 (diff) | |
| parent | c90ee7202e5bb3a00fa4c7159b57586c3aef8ea8 (diff) | |
Merge pull request #3062 from iezepov/patch-3
[go/en] Small typo
Diffstat (limited to 'go.html.markdown')
| -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 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 { | 
