From 04998fcda361bb6a087d58560bfa03ec3038529f Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 10 Jan 2013 15:43:40 -0600 Subject: Fix a couple of comment typos. --- spew/format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/format.go') diff --git a/spew/format.go b/spew/format.go index cc27180..f97e454 100644 --- a/spew/format.go +++ b/spew/format.go @@ -328,7 +328,7 @@ precision arguments (however they will still work on the format specifiers not handled by the custom formatter). Typically this function shouldn't be called directly. It is much easier to make -use of the custom formatter is to call one of the convenience functions such as +use of the custom formatter by calling one of the convenience functions such as Printf, Println, or Printf. */ func NewFormatter(v interface{}) (f fmt.Formatter) { -- cgit v1.2.3