From 435a001d6880798931bad881e36cba820592bb3c Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sun, 1 Jul 2012 23:12:42 -0400 Subject: [PATCH] image: fix doc typo Fixes #3789. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6357058 --- src/pkg/image/names.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/image/names.go b/src/pkg/image/names.go index 55f634c17c1..04ee2cfb47c 100644 --- a/src/pkg/image/names.go +++ b/src/pkg/image/names.go @@ -20,7 +20,7 @@ var ( ) // Uniform is an infinite-sized Image of uniform color. -// It implements the color.Color, color.ColorModel, and Image interfaces. +// It implements the color.Color, color.Model, and Image interfaces. type Uniform struct { C color.Color }