Преглед изворни кода

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
 // 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
 // random speed and pitch, and there is a randomly generated background noise
 // mixed into the sound.