aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2022-08-30 15:55:16 -0700
committerGitHub <noreply@github.com>2022-08-30 15:55:16 -0700
commit5dac6aa44b75666a956f67df1b5bd4e2e044e1f8 (patch)
treed9e21359ec750159180cb6073414796ca9020737
parent14ad8a02f30ba66e7e19f9814e69daab44219cb8 (diff)
downloadgo-cmp-5dac6aa44b75666a956f67df1b5bd4e2e044e1f8.tar.gz
Fix typo in Result documentation (#300)
-rw-r--r--cmp/options.go2
1 files changed, 1 insertions, 1 deletions
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