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:
parent
741d7685f1
commit
e958686ae4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"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
|
||||
// written in the response. A status code does not have
|
||||
// to be written, however, in which case 200 must be assumed.
|
||||
|
|
Loading…
Reference in a new issue