aboutsummaryrefslogtreecommitdiff
path: root/cookie.go
diff options
context:
space:
mode:
authorGravatar MK <spamhere@mail.net> 2015-12-31 17:34:29 +0200
committerGravatar MK <spamhere@mail.net> 2015-12-31 17:34:29 +0200
commita8ab4c12c734b4d91293a34c66b218417407feca (patch)
treef891be01fa24473443241b281ae2c3c02e112346 /cookie.go
parentAlways return multipart form body on Request.Body() call (diff)
downloadfasthttp-a8ab4c12c734b4d91293a34c66b218417407feca.tar.gz
fasthttp-a8ab4c12c734b4d91293a34c66b218417407feca.tar.bz2
fasthttp-a8ab4c12c734b4d91293a34c66b218417407feca.zip
fix typo in comment
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 23275f6..bdd5170 100644
--- a/cookie.go
+++ b/cookie.go
@@ -19,7 +19,7 @@ var (
// Cookie represents HTTP response cookie.
//
-// Do not copy Cookie obects. Create new obect and use CopyTo instead.
+// Do not copy Cookie objects. Create new object and use CopyTo instead.
//
// It is unsafe modifying/reading Cookie instance from concurrently
// running goroutines.