update docs

master
Charles Iliya Krempeaux 2016-09-19 17:40:13 -07:00
parent 2e14e0b46d
commit 34b5f0d3fe
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func NewPrettyWritingRouter(writer io.Writer) *PrettyWritingRouter {
// the log it was give (including COLORS!) to the writer it was
// given when it was created.
//
// A PrettyWritingRouter is appropriate for a deployment (i.e., "DEV")
// A PrettyWritingRouter is appropriate for a development (i.e., "DEV")
// deployment enviornment. (And probably not appropriate a production
// (i.e., "PROD") deployment environment.)
type PrettyWritingRouter struct {