Browse Source

Mention Russian in package doc.

Dmitry Chestnykh 14 years ago
parent
commit
0a3f329676
1 changed files with 2 additions and 2 deletions
  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.