From e5a18d6241fb3d7bee5c2ad94035b0e25def2e24 Mon Sep 17 00:00:00 2001 From: "R. Peres" Date: Sat, 30 Aug 2014 00:55:53 +0100 Subject: [PATCH] Update web.go --- web/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/web.go b/web/web.go index d6b6b67..480f670 100644 --- a/web/web.go +++ b/web/web.go @@ -102,7 +102,7 @@ type C struct { // A free-form environment, similar to Rack or PEP 333's environments. // Middleware layers are encouraged to pass data to downstream layers // and other handlers using this map, and are even more strongly - // encouraged to document and maybe namespace they keys they use. + // encouraged to document and maybe namespace the keys they use. Env map[string]interface{} }