]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] image: fix doc typo
authorShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:57 +0000 (05:53 +1000)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 19:53:57 +0000 (05:53 +1000)
««« 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

index 55f634c17c1d73af843418e1941c392756d18571..04ee2cfb47c55ec5efe03861eb22dc47e5ecb3e0 100644 (file)
@@ -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
 }