0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

capitalize struct name in comment

This commit is contained in:
Shawn Smith 2016-03-11 23:16:28 +09:00
parent 741d7685f1
commit e958686ae4

View file

@ -8,7 +8,7 @@ import (
"time" "time"
) )
// responseRecorder is a type of ResponseWriter that captures // ResponseRecorder is a type of ResponseWriter that captures
// the status code written to it and also the size of the body // the status code written to it and also the size of the body
// written in the response. A status code does not have // written in the response. A status code does not have
// to be written, however, in which case 200 must be assumed. // to be written, however, in which case 200 must be assumed.