summaryrefslogtreecommitdiff
path: root/spew/doc.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2014-03-27 04:46:01 -0500
committerDave Collins <[email protected]>2014-03-27 04:46:40 -0500
commit110c37a4d1ce1f25ae42a5626dce2dd6fd4da243 (patch)
treef2bce6b91a3a83dae09c0ce36875cb25bbc3a42d /spew/doc.go
parent65ca732a33a40c2a5b9e036f236f975e7e85cf6c (diff)
Update TravisCI to use Go 1.2.
Also fix a comment typo in doc.go under the custom formatter section.
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 2a0fb60..5a3e2ec 100644
--- a/spew/doc.go
+++ b/spew/doc.go
@@ -143,7 +143,7 @@ command as shown.
Custom Formatter
-Spew provides a custom formatter the implements the fmt.Formatter interface
+Spew provides a custom formatter that implements the fmt.Formatter interface
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.