Browse Source

Clarify docs.

Dmitry Chestnykh 14 years ago
parent
commit
8033b95002
1 changed files with 1 additions and 1 deletions
  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.
 // 
 // 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 {