summaryrefslogtreecommitdiff
path: root/spew/doc.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-01-10 15:43:40 -0600
committerDave Collins <[email protected]>2013-01-10 15:43:40 -0600
commit04998fcda361bb6a087d58560bfa03ec3038529f (patch)
tree90a4db680c7cc358e65b6e5df78f27aa0d605d75 /spew/doc.go
parentf83c4528997c18af3afbbe70309155707f556fee (diff)
Fix a couple of comment typos.
Diffstat (limited to 'spew/doc.go')
-rw-r--r--spew/doc.go2
1 files changed, 1 insertions, 1 deletions
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.