From 4a6fc6edbe3b9944f563f3d5bc1890e3cb769a74 Mon Sep 17 00:00:00 2001 From: Francis Sunday Date: Tue, 3 Oct 2017 16:02:58 +0100 Subject: [PATCH] Update doc.go Former-commit-id: 3b274fb568da4ece8cc38bba4ee3c78ccb9282dc --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 02532748..cb250cca 100644 --- a/doc.go +++ b/doc.go @@ -173,7 +173,7 @@ Below you'll see some useful examples: app.Run(iris.Addr(":8080")) - // Same as before but using a custom http.Server which may being used somewhere else too + // Same as before but using a custom http.Server which may be in use somewhere else too app.Run(iris.Server(&http.Server{Addr:":8080"}))