summaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorMatthew William Jibson <matt.jibson@gmail.com>2012-07-08 11:57:04 +1000
committerMatthew William Jibson <matt.jibson@gmail.com>2012-07-08 11:57:04 +1000
commit34872cade00a1b99f1e29bb660f7da153832a2ca (patch)
tree3584722386728cbb5bbd05652ce9a4377a0ce6cc /doc/articles
parent3e89e8c05d00f27a9c120406eaf21de2f8b602ce (diff)
downloadgo-34872cade00a1b99f1e29bb660f7da153832a2ca.tar.gz
doc: various "the the" and other typos
R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/6355076 Committer: David Symonds <dsymonds@golang.org>
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/json_and_go.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/articles/json_and_go.html b/doc/articles/json_and_go.html
index af7776c0a..067e23ce9 100644
--- a/doc/articles/json_and_go.html
+++ b/doc/articles/json_and_go.html
@@ -82,8 +82,8 @@ is <code>nil</code>).
<p>
The json package only accesses the exported fields of struct types (those that
-begin with an uppercase letter). Therefore only the the exported fields of a
-struct will be present in the JSON output.
+begin with an uppercase letter). Therefore only the exported fields of a struct
+will be present in the JSON output.
</p>
<p>