diff options
Diffstat (limited to 'spew/format_test.go')
| -rw-r--r-- | spew/format_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/format_test.go b/spew/format_test.go index 1c0cf17..f9b93ab 100644 --- a/spew/format_test.go +++ b/spew/format_test.go @@ -75,7 +75,7 @@ import ( "github.com/davecgh/go-spew/spew" ) -// formatterTest is used to describe a test to be perfomed against NewFormatter. +// formatterTest is used to describe a test to be performed against NewFormatter. type formatterTest struct { format string in interface{} |
