diff options
Diffstat (limited to 'doc/articles/json_and_go.html')
-rw-r--r-- | doc/articles/json_and_go.html | 4 |
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> |