Skip to content

Commit

Permalink
[go/en] Small typo
Browse files Browse the repository at this point in the history
Small typo in command line commad
  • Loading branch information
Ilya authored Feb 15, 2018
1 parent fce4a81 commit c90ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c90ee72

Please sign in to comment.