summaryrefslogtreecommitdiff
path: root/spew/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/config.go')
-rw-r--r--spew/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/spew/config.go b/spew/config.go
index 80e8d74..a2eab61 100644
--- a/spew/config.go
+++ b/spew/config.go
@@ -242,7 +242,8 @@ package:
The configuration options are controlled by modifying the public members
of c. See ConfigState for options documentation.
-See Fdump if you would prefer dumping to an arbitrary io.Writer.
+See Fdump if you would prefer dumping to an arbitrary io.Writer or Sdump to
+get the formatted result as a string.
*/
func (c *ConfigState) Dump(a ...interface{}) {
fdump(c, os.Stdout, a...)