Skip to content

Commit

Permalink
image: fix doc typo
Browse files Browse the repository at this point in the history
     Fixes #3789.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6357058
  • Loading branch information
minux committed Jul 2, 2012
1 parent a732cbb commit 435a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/image/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 435a001

Please sign in to comment.