diff options
author | Rob Pike <r@golang.org> | 2012-03-23 17:02:21 +1100 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2012-03-23 17:02:21 +1100 |
commit | f6a95d6556d964f42249c30a01ba794153cace0e (patch) | |
tree | 734d0ce971edc5b4f7cf8e5b2a8a500155f0f829 /doc/articles | |
parent | 0d2cca12c75252b17bcbff608cea4b30a3c5b89a (diff) | |
download | go-f6a95d6556d964f42249c30a01ba794153cace0e.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
http://codereview.appspot.com/5875045
Diffstat (limited to 'doc/articles')
-rw-r--r-- | doc/articles/image_draw.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/image_draw.html b/doc/articles/image_draw.html index 848b65982..b1adbc53a 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> |