docs(testutil): Fix documentation of IgnoreTags (#13700)

This commit is contained in:
Sven Rebhan 2023-07-31 18:13:53 +02:00 committed by GitHub
parent 5a8370c463
commit c2956acc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ func IgnoreFields(names ...string) cmp.Option {
)
}
// return disables comparison of the tags with the given names.
// IgnoreTags disables comparison of the tags with the given names.
// The tag-names are case-sensitive!
func IgnoreTags(names ...string) cmp.Option {
return cmpopts.IgnoreSliceElements(