Skip to content

Commit 2f82e04

Browse files
committed
correct wording
1 parent d41184b commit 2f82e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package serve
33

44
import "net/http"
55

6-
// FileServer implements the http.FileServer.
6+
// FileServer wraps an http.FileServer.
77
type FileServer struct {
88
Handler http.Handler
99
}

0 commit comments

Comments
 (0)