From 17273f26d75ee122b944811dc9374931693a666b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 7 Feb 2013 18:42:39 -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 49ef854..ca695fe 100644 --- a/spew/format.go +++ b/spew/format.go @@ -390,7 +390,7 @@ 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 by calling one of the convenience functions such as -Printf, Println, or Printf. +Printf, Println, or Fprintf. */ func NewFormatter(v interface{}) fmt.Formatter { return newFormatter(&Config, v) -- cgit v1.2.3