summaryrefslogtreecommitdiff
path: root/doc/progs/image_draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc/progs/image_draw.go')
-rw-r--r--doc/progs/image_draw.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/progs/image_draw.go b/doc/progs/image_draw.go
index f3400b601b..2cc5c632f3 100644
--- a/doc/progs/image_draw.go
+++ b/doc/progs/image_draw.go
@@ -117,7 +117,7 @@ func Glyph() {
// STOP OMIT
}
-//CIRCLE OMIT
+//CIRCLESTRUCT OMIT
type circle struct {
p image.Point
r int
@@ -139,4 +139,4 @@ func (c *circle) At(x, y int) color.Color {
return color.Alpha{0}
}
-//STOP
+//STOP OMIT