From aaead2a36f4c17e304cc6dcd3f434a88eb0291fb Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Sat, 26 May 2012 18:22:25 -0400 Subject: Doc touchups. --- cookie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cookie.go') 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.) -- cgit v1.2.3