diff --git a/cmp/options.go b/cmp/options.go index e254ffd..1f9ca9c 100644 --- a/cmp/options.go +++ b/cmp/options.go @@ -432,7 +432,7 @@ func AllowUnexported(types ...interface{}) Option { } // Result represents the comparison result for a single node and -// is provided by cmp when calling Result (see Reporter). +// is provided by cmp when calling Report (see Reporter). type Result struct { _ [0]func() // Make Result incomparable flags resultFlags