1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00

image: fix doc typo

Fixes #3789.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6357058
This commit is contained in:
Shenghou Ma 2012-07-01 23:12:42 -04:00
parent a732cbb593
commit 435a001d68

View 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
}