Skip to content

Commit

Permalink
docs(utils): fix IsZeroValue godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sixcolors committed Dec 12, 2023
1 parent 98bc117 commit 61a47fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/zero.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// IsZeroValue reports whether x is the zero value for its type.
//
// For basic types, error and slices of basic types, it uses a fast path
// For basic types and error it uses a fast path
// that does not use reflection.
//
// For all other types, it uses reflection.
Expand Down

0 comments on commit 61a47fd

Please sign in to comment.