diff --git a/examples/hello-world/hello-world.sh b/examples/hello-world/hello-world.sh index 7e44ec1..e8c2d80 100644 --- a/examples/hello-world/hello-world.sh +++ b/examples/hello-world/hello-world.sh @@ -9,7 +9,7 @@ $ go build hello-world.go $ ls hello-world hello-world.go -# We can then execute the built binaries directly. +# We can then execute the built binary directly. $ ./hello-world Hello world diff --git a/examples/line-filters/line-filters.go b/examples/line-filters/line-filters.go index 83762f6..a1f87e8 100644 --- a/examples/line-filters/line-filters.go +++ b/examples/line-filters/line-filters.go @@ -40,7 +40,7 @@ func main() { } // Write out the uppercased bytes, checking for an - // error here as well. + // error on the write as we did on the read. outBytes := bytes.ToUpper(inBytes) _, err = out.Write(outBytes) if err != nil { diff --git a/template/example.tmpl b/template/example.tmpl index 7d697cd..050fea8 100644 --- a/template/example.tmpl +++ b/template/example.tmpl @@ -40,7 +40,7 @@

{{end}}