Merge pull request #3062 from iezepov/patch-3

[go/en] Small typo
This commit is contained in:
Adam Bard 2018-02-19 23:56:41 -08:00 committed by GitHub
commit 53a38e1da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {