Small documenation updates

This commit is contained in:
Miek Gieben
2016-04-04 09:10:07 +00:00
parent 84dfdab584
commit 45ac2dd0c0
4 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import (
// Replacer is a type which can replace placeholder
// substrings in a string with actual values from a
// http.Request and responseRecorder. Always use
// dns.Msg and responseRecorder. Always use
// NewReplacer to get one of these.
type Replacer interface {
Replace(string) string