From 759c410691c8d05800e7dd79c8d2bf735fb0b201 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sat, 22 Sep 2012 05:53:57 +1000 Subject: [PATCH] [release-branch.go1] image: fix doc typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« backport 042bac4d6b6e 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 55f634c17c..04ee2cfb47 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 } -- 2.50.0