Clarify docs.
Dmitry Chestnykh dmitry@codingrobots.com
Thu, 21 Apr 2011 23:07:23 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
captcha.go
→
captcha.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 {