Explorar o código

Clarify docs.

Dmitry Chestnykh %!s(int64=15) %!d(string=hai) anos
pai
achega
8033b95002
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      captcha.go

+ 1 - 1
captcha.go

@@ -67,7 +67,7 @@ func WriteImage(w io.Writer, id string, width, height int) os.Error {
 // create the given captcha id.
 // create the given captcha id.
 // 
 // 
 // The function deletes the captcha with the given id from the internal
 // The function deletes the captcha with the given id from the internal
-// storage, so that the same captcha can't be used anymore.
+// storage, so that the same captcha can't be verified anymore.
 func Verify(id string, numbers []byte) bool {
 func Verify(id string, numbers []byte) bool {
 	realns := globalStore.getNumbersClear(id)
 	realns := globalStore.getNumbersClear(id)
 	if realns == nil {
 	if realns == nil {