summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorClayton Walker <claytonwalkerucf@knights.ucf.edu>2015-10-08 23:24:25 -0400
committerClayton Walker <claytonwalkerucf@knights.ucf.edu>2015-10-08 23:24:25 -0400
commitbc065831ce25467ba06d3cf6e6ad159eed16a525 (patch)
tree5333806e73dbc7db9f0bf019ea0e9cae9ba36a9c
parent56ec0882a4e9c1e13dfbff20b4d15470c130c1f3 (diff)
Added suggested changes
-rw-r--r--go.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.html.markdown b/go.html.markdown
index f9821a0c..646a5650 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -408,8 +408,8 @@ func requestServer() {
The root of all things Go is the [official Go web site](http://golang.org/).
There you can follow the tutorial, play interactively, and read lots.
-Aside from a tour, [the docs](https://golang.org/doc/) contain how to write
-clean and effective Go code, package and command docs, and release history.
+Aside from a tour, [the docs](https://golang.org/doc/) contain information on
+how to write clean and effective Go code, package and command docs, and release history.
The language definition itself is highly recommended. It's easy to read
and amazingly short (as language definitions go these days.)