Skip to content

Commit

Permalink
Merge pull request zenazn#61 from RuiAAPeres/patch-1
Browse files Browse the repository at this point in the history
Update web.go
  • Loading branch information
zenazn committed Aug 30, 2014
2 parents 9e8d33c + e5a18d6 commit a08bb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
}

Expand Down

0 comments on commit a08bb38

Please sign in to comment.