We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ad8a0 commit 5dac6aaCopy full SHA for 5dac6aa
cmp/options.go
@@ -432,7 +432,7 @@ func AllowUnexported(types ...interface{}) Option {
432
}
433
434
// Result represents the comparison result for a single node and
435
-// is provided by cmp when calling Result (see Reporter).
+// is provided by cmp when calling Report (see Reporter).
436
type Result struct {
437
_ [0]func() // Make Result incomparable
438
flags resultFlags
0 commit comments