Commit 435a001d authored by Shenghou Ma's avatar Shenghou Ma

image: fix doc typo

     Fixes #3789.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6357058
parent a732cbb5
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment