summaryrefslogtreecommitdiff
path: root/cookie.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-26 18:22:25 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-26 18:22:25 -0400
commitaaead2a36f4c17e304cc6dcd3f434a88eb0291fb (patch)
tree6ba2c71b2174721e127ccae604f3e36a3aec9dec /cookie.go
parentcb3b697335e3fe48cc89b8fcab09c3c7ed124439 (diff)
Doc touchups.
Diffstat (limited to 'cookie.go')
-rw-r--r--cookie.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cookie.go b/cookie.go
index 0f32990..e75e53c 100644
--- a/cookie.go
+++ b/cookie.go
@@ -16,7 +16,7 @@ type Cookie struct {
pingChan chan bool
}
-// newCookie creates a new cookie with the correct channels initialized
+// NewCookie creates a new cookie with the correct channels initialized
// depending upon the values of 'checked' and 'reply'. Together, there are
// four different kinds of cookies. (See more detailed comments in the
// function for more info on those.)