Skip to content

Commit d296526

Browse files
committed
Fix typo in Result documentation
1 parent 14ad8a0 commit d296526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmp/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ func AllowUnexported(types ...interface{}) Option {
432432
}
433433

434434
// Result represents the comparison result for a single node and
435-
// is provided by cmp when calling Result (see Reporter).
435+
// is provided by cmp when calling Report (see Reporter).
436436
type Result struct {
437437
_ [0]func() // Make Result incomparable
438438
flags resultFlags

0 commit comments

Comments
 (0)