summaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-03-23 17:02:21 +1100
committerRob Pike <r@golang.org>2012-03-23 17:02:21 +1100
commitfc9f65a6a09377b49e7b21bb8dcad3a2260edfb8 (patch)
tree30f22971d5e04c57504b0692795139ba5ae55313 /doc/articles
parentf39ff80beaab4b366917575e5addcbdd551563c2 (diff)
downloadgo-git-fc9f65a6a09377b49e7b21bb8dcad3a2260edfb8.tar.gz
doc/articles/image_draw.html: fix circle example
It was showing the same snippet twice instead of the type definition and snippet. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5875045
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/image_draw.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/image_draw.html b/doc/articles/image_draw.html
index 848b659822..b1adbc53ab 100644
--- a/doc/articles/image_draw.html
+++ b/doc/articles/image_draw.html
@@ -178,7 +178,7 @@ To draw an image through a circular mask with center <code>p</code> and radius
<code>r</code>:
</p>
-{{code "/doc/progs/image_draw.go" `/CIRCLE/` `/STOP/`}}
+{{code "/doc/progs/image_draw.go" `/CIRCLESTRUCT/` `/STOP/`}}
{{code "/doc/progs/image_draw.go" `/CIRCLE2/` `/STOP/`}}
<p>