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: