diff --git a/image.go b/image.go index 505a8700a..f4e3428e9 100644 --- a/image.go +++ b/image.go @@ -432,8 +432,8 @@ func (i *Image) Dispose() error { // // The given p must represent RGBA pre-multiplied alpha values. len(p) must equal to 4 * (image width) * (image height). // -// As of 1.11.0-alpha, ReplacePixels takes the ownership of the given p. This means that p must not be modified -// after ReplacePixels is called. +// ReplacePixels takes the ownership of the given p. This means that p must not be modified after ReplacePixels is +// called. // // ReplacePixels may be slow (as for implementation, this calls glTexSubImage2D). //