all repos — captcha @ 8033b950026ca04f7b511d0f7914bdd003b95a77

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Clarify docs.
Dmitry Chestnykh dmitry@codingrobots.com
Thu, 21 Apr 2011 23:07:23 +0200
commit

8033b950026ca04f7b511d0f7914bdd003b95a77

parent

d36aa1f342df1c83a78ffb1b37d3760eea13c626

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M captcha.gocaptcha.go

@@ -67,7 +67,7 @@ // Verify returns true if the given numbers are the numbers that were used to

// create the given captcha id. // // 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 { realns := globalStore.getNumbersClear(id) if realns == nil {