From cbc84c0126dc12ff3c1560034b02638ce262224d Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 15 Jul 2019 12:31:32 -0700 Subject: [PATCH] correction to docs. corrected typo. --- README.md | 6 +++--- doc.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f41171..99295f6 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Package **errhttp** provides types errors that make dealing with HTTP response e //@TODO case errhttp.NotFound: //@TODO - case errhtp.InternalServerError: + case errhttp.InternalServerError: //@TODO - case errhtp.ClientError: + case errhttp.ClientError: //@TODO - case errhtp.ServerError: + case errhttp.ServerError: //@TODO default: diff --git a/doc.go b/doc.go index 475d94e..b8b8a28 100644 --- a/doc.go +++ b/doc.go @@ -18,12 +18,12 @@ Example //@TODO case errhttp.NotFound: //@TODO - case errhtp.InternalServerError: + case errhttp.InternalServerError: //@TODO - case errhtp.ClientError: + case errhttp.ClientError: //@TODO - case errhtp.ServerError: + case errhttp.ServerError: //@TODO default: