aboutsummaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2014-05-20 14:42:07 -0400
committerShenghou Ma <minux.ma@gmail.com>2014-05-20 14:42:07 -0400
commitca6be91cbc39574a3f422a07dc4f0f4922c6668f (patch)
tree9561559885ba7856ba2482b72213131219c1747c /doc/articles
parent8aa8348b5161470b5b46477f547a40a2a393686e (diff)
downloadgo-ca6be91cbc39574a3f422a07dc4f0f4922c6668f.tar.xz
all: fix "the the" typos.
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/93470043
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/wiki/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html
index 7bf7213e88..b6b080df96 100644
--- a/doc/articles/wiki/index.html
+++ b/doc/articles/wiki/index.html
@@ -466,7 +466,7 @@ header to the HTTP response.
<p>
The function <code>saveHandler</code> will handle the submission of forms
located on the edit pages. After uncommenting the related line in
-<code>main</code>, let's implement the the handler:
+<code>main</code>, let's implement the handler:
</p>
{{code "doc/articles/wiki/final-template.go" `/^func saveHandler/` `/^}/`}}