浏览代码

Mention Russian in package doc.

Dmitry Chestnykh 15 年之前
父节点
当前提交
0a3f329676
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      captcha.go

+ 2 - 2
captcha.go

@@ -7,8 +7,8 @@
 // An image representation is a PNG-encoded image with the solution printed on
 // An image representation is a PNG-encoded image with the solution printed on
 // it in such a way that makes it hard for computers to solve it using OCR.
 // it in such a way that makes it hard for computers to solve it using OCR.
 //
 //
-// An audio representation is a WAVE-encoded (8 kHz unsigned 8-bit) sound
-// with the spoken solution (currently in English). To make it hard for
+// An audio representation is a WAVE-encoded (8 kHz unsigned 8-bit) sound with
+// the spoken solution (currently in English and Russian). To make it hard for
 // computers to solve audio captcha, the voice that pronounces numbers has
 // computers to solve audio captcha, the voice that pronounces numbers has
 // random speed and pitch, and there is a randomly generated background noise
 // random speed and pitch, and there is a randomly generated background noise
 // mixed into the sound.
 // mixed into the sound.