doc: Fix comments

This commit is contained in:
Hajime Hoshi 2017-07-23 05:46:32 +09:00
parent ce126fbcdd
commit d2d19d0764

View File

@ -25,8 +25,8 @@ import (
"github.com/hajimehoshi/ebiten/internal/restorable"
)
// Image represents an image.
// The pixel format is alpha-premultiplied.
// Image represents a rectangle set of pixels.
// The pixel format is alpha-premultiplied RGBA.
// Image implements image.Image.
//
// Functions of Image never returns error as of 1.5.0-alpha, and error values are always nil.