From 1b03d25970f24e7901adcff7c133e1f82990ef20 Mon Sep 17 00:00:00 2001 From: Success Go Date: Sun, 12 Jan 2020 21:43:31 +0800 Subject: [PATCH] Fix typo of `middle` Former-commit-id: e87de205b8848d5b9616c2474bcace95484b502b --- go19.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go19.go b/go19.go index e46e9bb5..b7582256 100644 --- a/go19.go +++ b/go19.go @@ -9,7 +9,7 @@ import ( ) type ( - // Context is the midle-man server's "object" for the clients. + // Context is the middle-man server's "object" for the clients. // // A New context is being acquired from a sync.Pool on each connection. // The Context is the most important thing on the iris's http flow.