aboutsummaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
committerGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
commitf24d00fcc6f11f3a622727e6ff27cd42db765028 (patch)
tree300617ae18ca9c2e8d628dcab25c00a20fc460e8 /args.go
parentMention that the body returned from Request.Body and Response.Body is valid u... (diff)
downloadfasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.gz
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.bz2
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.zip
A lot of typo fixes
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 5d432f5..e278561 100644
--- a/args.go
+++ b/args.go
@@ -486,7 +486,7 @@ func decodeArgAppend(dst, src []byte) []byte {
// decodeArgAppendNoPlus is almost identical to decodeArgAppend, but it doesn't
// substitute '+' with ' '.
//
-// The function is copy-pasted from decodeArgAppend due to the preformance
+// The function is copy-pasted from decodeArgAppend due to the performance
// reasons only.
func decodeArgAppendNoPlus(dst, src []byte) []byte {
if bytes.IndexByte(src, '%') < 0 {