diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-26 18:22:25 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-26 18:22:25 -0400 |
| commit | aaead2a36f4c17e304cc6dcd3f434a88eb0291fb (patch) | |
| tree | 6ba2c71b2174721e127ccae604f3e36a3aec9dec /cookie.go | |
| parent | cb3b697335e3fe48cc89b8fcab09c3c7ed124439 (diff) | |
Doc touchups.
Diffstat (limited to 'cookie.go')
| -rw-r--r-- | cookie.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |
