summaryrefslogtreecommitdiff
path: root/spew/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/common_test.go')
-rw-r--r--spew/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/common_test.go b/spew/common_test.go
index 0f1715d..e999660 100644
--- a/spew/common_test.go
+++ b/spew/common_test.go
@@ -39,7 +39,7 @@ func (s *pstringer) String() string {
}
// xref1 and xref2 are cross referencing structs for testing circular reference
-// detection.
+// detection.
type xref1 struct {
ps2 *xref2
}