correction to docs. corrected typo.

master
Charles Iliya Krempeaux 2019-07-15 12:31:32 -07:00
parent 1b349fbb21
commit cbc84c0126
2 changed files with 6 additions and 6 deletions

View File

@ -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:

6
doc.go
View File

@ -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: