Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image: docs: color.ColorModel should be color.Model #3789

Closed
mewmew opened this issue Jul 1, 2012 · 2 comments
Closed

image: docs: color.ColorModel should be color.Model #3789

mewmew opened this issue Jul 1, 2012 · 2 comments

Comments

@mewmew
Copy link
Contributor

mewmew commented Jul 1, 2012

What steps will reproduce the problem?
1. Read the documentation of image.Uniform at: http://tip.golang.org/pkg/image/#Uniform

What is the expected output?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.Model, and Image interfaces.

What do you see instead?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.ColorModel, and Image interfaces.

Which version are you using?  (run 'go version')
Build version go1.0.1.
@minux
Copy link
Member

minux commented Jul 2, 2012

Comment 1:

Labels changed: added priority-soon, documentation, removed priority-triage.

Status changed to Accepted.

@minux
Copy link
Member

minux commented Jul 2, 2012

Comment 2:

This issue was closed by revision 435a001.

Status changed to Fixed.

minux added a commit that referenced this issue May 11, 2015
««« backport 042bac4d6b6e
image: fix doc typo
     Fixes #3789.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6357058

»»»
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants