Kaynağa Gözat

Fix typo in comment.

Dmitry Chestnykh 12 yıl önce
ebeveyn
işleme
46413fff73
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      image.go

+ 1 - 1
image.go

@@ -81,7 +81,7 @@ func NewImage(digits []byte, width, height int) *Image {
 	return m
 }
 
-// encodeToPNG encodes an image to PNG and returns
+// encodedPNG encodes an image to PNG and returns
 // the result as a byte slice.
 func (m *Image) encodedPNG() []byte {
 	var buf bytes.Buffer