Skip to content

Commit

Permalink
Update function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
feidtmb committed Apr 11, 2023
1 parent 1868c0f commit 68d851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func EqualValues(t TestingT, expected, actual interface{}, msgAndArgs ...interfa

// EqualExportedValues asserts that the types of two objects are equal and their public
// fields are also equal. This is useful for comparing structs that have private fields
// that could potentially differ.
// that could potentially differ. Types of time.Time are compared using time.Time.Equal.
//
// type S struct {
// Exported int
Expand Down

0 comments on commit 68d851c

Please sign in to comment.