mirror of
https://github.com/golang/go
synced 2024-11-20 10:54:49 -07:00
image: fix doc typo
Fixes #3789. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6357058
This commit is contained in:
parent
a732cbb593
commit
435a001d68
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user