diff --git a/Style-Guide.md b/Style-Guide.md index bf8dbed..732ed6f 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -141,7 +141,7 @@ func someFunc( Obviously, these examples have been condensed way below 80 columns for dramatic effect, but you get the idea. -Other stylistic choices don't matter as much, since all of the code will be gofmt'd at some point. It is, however, a good idea to adopt the gofmt style at least to some degree, so your code will look similar before and after. +Other formatting choices don't matter as much, since all of the code will be gofmt'd at some point. It is, however, a good idea to adopt the gofmt style at least to some degree, so your code will look similar before and after. # "Enums"