From d2965263b3cd9b4bf9720b180434ee3ccfb15e5f Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Wed, 29 Jun 2022 16:10:16 -0700 Subject: [PATCH] Fix typo in Result documentation --- cmp/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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