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/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/doc.go') diff --git a/spew/doc.go b/spew/doc.go index 06278f3..61c0091 100644 --- a/spew/doc.go +++ b/spew/doc.go @@ -105,7 +105,7 @@ shown here. Custom Formatter Spew provides a custom formatter the implements the fmt.Formatter interface -so that integrates cleanly with standard fmt package printing functions. The +so that it integrates cleanly with standard fmt package printing functions. The formatter is useful for inline printing of smaller data types similar to the standard %v format specifier. -- cgit v1.2.3