summaryrefslogtreecommitdiff
path: root/http/server.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-03 13:12:59 +0300
committerWolfy-J <[email protected]>2018-06-03 13:12:59 +0300
commita891f511f973c102f3a425a0686203fba2117841 (patch)
tree78f4534e6235b34b963799b0fbda202f91faca14 /http/server.go
parent6f805059d5eff80ad89ed8b2abc50bdd52fb3e4b (diff)
minor CS
Diffstat (limited to 'http/server.go')
-rw-r--r--http/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server.go b/http/server.go
index 41e39133..22c6380a 100644
--- a/http/server.go
+++ b/http/server.go
@@ -8,7 +8,7 @@ import (
"strconv"
)
-// Service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers,
+// service serves http connections to underlying PHP application using PSR-7 protocol. Context will include request headers,
// parsed files and query, payload will include parsed form dataTree (if any).
type Server struct {
cfg *Config