code review 6357058: image: fix doc typo (issue 6357058)
Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@... (cc: golang-dev@...),
I'd like you to review this change to
https://code.google.com/p/go/
Description:
image: fix doc typo
Please review this at http://codereview.appspot.com/6357058/
Affected files:
M src/pkg/image/names.go
Index: src/pkg/image/names.go
===================================================================
--- a/src/pkg/image/names.go
+++ b/src/pkg/image/names.go
<at> <at> -20,7 +20,7 <at> <at>
)
// 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
}
(Continue reading)