From e958686ae4a83bbf7f6ac4508813addd111496db Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 11 Mar 2016 23:16:28 +0900 Subject: [PATCH] capitalize struct name in comment --- middleware/recorder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/recorder.go b/middleware/recorder.go index d3e65dc6..a94db927 100644 --- a/middleware/recorder.go +++ b/middleware/recorder.go @@ -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.