aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/reflect/deepequal.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflect/deepequal.go')
-rw-r--r--src/reflect/deepequal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/deepequal.go b/src/reflect/deepequal.go
index 49dac165d..f84ddc8b5 100644
--- a/src/reflect/deepequal.go
+++ b/src/reflect/deepequal.go
@@ -132,7 +132,7 @@ func deepValueEqual(v1, v2 Value, visited map[visit]struct{}) bool {
}
}
-// DeepEqual reports whether x and y are ``deeply equal,'' defined as follows.
+// DeepEqual reports whether x and y are “deeply equal”, defined as follows.
// Two values of identical type are deeply equal if one of the following cases applies.
// Values of distinct types are never deeply equal.
//