Fix minor typo (#706)

This commit is contained in:
Yuval Langer 2018-10-08 21:19:27 +03:00 committed by Hajime Hoshi
parent ab195a08a2
commit 8ba787522f

View File

@ -149,7 +149,7 @@ func (i *Image) disposeMipmaps() {
// //
// DrawImage accepts the options. For details, see the document of DrawImageOptions. // DrawImage accepts the options. For details, see the document of DrawImageOptions.
// //
// DrawImage determinines the part to draw, then DrawImage applies the geometry matrix and the color matrix. // DrawImage determines the part to draw, then DrawImage applies the geometry matrix and the color matrix.
// //
// For drawing, the pixels of the argument image at the time of this call is adopted. // For drawing, the pixels of the argument image at the time of this call is adopted.
// Even if the argument image is mutated after this call, // Even if the argument image is mutated after this call,