Skip to content

Commit

Permalink
Fix typo in Result documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnet committed Jul 20, 2022
1 parent 14ad8a0 commit d296526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmp/options.go
Expand Up @@ -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
Expand Down

0 comments on commit d296526

Please sign in to comment.